ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <btrfs_drv.h>
Definition at line 853 of file btrfs_drv.h.
bool volume_child::boot_volume |
Definition at line 866 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), and volume_removal().
uint64_t volume_child::devid |
Definition at line 855 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), and find_device_from_uuid().
PDEVICE_OBJECT volume_child::devobj |
Definition at line 857 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), finish_removing_device(), load_chunk_root(), mount_vol(), mountmgr_process_drive(), pdo_device_usage_notification(), remove_volume_child(), verify_device(), vol_check_verify(), vol_get_disk_extents(), vol_ioctl_passthrough(), vol_is_writable(), vol_read(), and vol_write().
ULONG volume_child::disk_num |
Definition at line 864 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), load_chunk_root(), vol_get_device_number(), and volume_arrival().
PFILE_OBJECT volume_child::fileobj |
Definition at line 858 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), finish_removing_device(), load_chunk_root(), mount_vol(), pdo_device_usage_notification(), vol_ioctl_passthrough(), vol_read(), and vol_write().
uint64_t volume_child::generation |
Definition at line 856 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), do_write2(), and update_volumes().
bool volume_child::had_drive_letter |
Definition at line 862 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), drive_letter_callback2(), finish_removing_device(), mountmgr_process_drive(), and remove_volume_child().
LIST_ENTRY volume_child::list_entry |
Definition at line 867 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), finish_removing_device(), vol_ioctl_passthrough(), and vol_write().
void* volume_child::notification_entry |
Definition at line 863 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), and free_vol().
ULONG volume_child::part_num |
Definition at line 865 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), load_chunk_root(), vol_get_device_number(), and volume_arrival().
UNICODE_STRING volume_child::pnp_name |
Definition at line 859 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), drive_letter_callback2(), finish_removing_device(), free_vol(), and volume_removal().
bool volume_child::seeding |
Definition at line 861 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), and load_chunk_root().
uint64_t volume_child::size |
Definition at line 860 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), find_device_from_uuid(), load_chunk_root(), mount_vol(), vol_get_drive_geometry(), and vol_get_length().
BTRFS_UUID volume_child::uuid |
Definition at line 854 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), drive_letter_callback2(), find_device_from_uuid(), finish_removing_device(), and load_chunk_root().