ReactOS 0.4.16-dev-340-g0540c21
|
#include <btrfs_drv.h>
Definition at line 886 of file btrfs_drv.h.
ERESOURCE pdo_device_extension::child_lock |
Definition at line 896 of file btrfs_drv.h.
Referenced by _Function_class_(), add_device(), add_volume_device(), do_write2(), drive_letter_callback2(), find_device_from_uuid(), finish_removing_device(), load_chunk_root(), mount_vol(), mountmgr_process_drive(), pdo_device_usage_notification(), remove_volume_child(), update_volumes(), verify_device(), vol_check_verify(), vol_close(), vol_get_device_number(), vol_get_disk_extents(), vol_get_drive_geometry(), vol_get_length(), vol_ioctl_passthrough(), vol_is_writable(), vol_read(), vol_write(), volume_arrival(), and volume_removal().
LIST_ENTRY pdo_device_extension::children |
Definition at line 897 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), do_write2(), drive_letter_callback2(), find_device_from_uuid(), finish_removing_device(), load_chunk_root(), mount_vol(), mountmgr_process_drive(), pdo_device_usage_notification(), remove_volume_child(), update_volumes(), verify_device(), vol_check_verify(), vol_get_device_number(), vol_get_disk_extents(), vol_get_drive_geometry(), vol_get_length(), vol_ioctl_passthrough(), vol_is_writable(), vol_read(), vol_write(), volume_arrival(), and volume_removal().
uint64_t pdo_device_extension::children_loaded |
Definition at line 895 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), finish_removing_device(), mount_vol(), and remove_volume_child().
bool pdo_device_extension::dont_report |
Definition at line 892 of file btrfs_drv.h.
Referenced by boot_add_device(), and bus_query_device_relations().
LIST_ENTRY pdo_device_extension::list_entry |
Definition at line 899 of file btrfs_drv.h.
Referenced by add_volume_device(), and remove_volume_child().
uint64_t pdo_device_extension::num_children |
Definition at line 894 of file btrfs_drv.h.
Referenced by add_device(), add_volume_device(), finish_removing_device(), mount_vol(), and vol_get_device_number().
PDEVICE_OBJECT pdo_device_extension::pdo |
Definition at line 890 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), bus_query_device_relations(), check_system_root(), and mount_vol().
bool pdo_device_extension::removable |
Definition at line 891 of file btrfs_drv.h.
Referenced by _Function_class_(), and add_volume_device().
uint32_t pdo_device_extension::type |
Definition at line 887 of file btrfs_drv.h.
Referenced by add_volume_device().
BTRFS_UUID pdo_device_extension::uuid |
Definition at line 888 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), boot_add_device(), check_system_root(), mount_vol(), pdo_query_device_id(), vol_query_stable_guid(), and vol_query_unique_id().
volume_device_extension* pdo_device_extension::vde |
Definition at line 889 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), boot_add_device(), check_system_root(), mount_vol(), volume_arrival(), and volume_removal().