ReactOS 0.4.16-dev-755-g88f105e
|
#include <btrfs_drv.h>
Definition at line 872 of file btrfs_drv.h.
PDEVICE_OBJECT _volume_device_extension::attached_device |
Definition at line 880 of file btrfs_drv.h.
Referenced by _Dispatch_type_(), and _Function_class_().
UNICODE_STRING _volume_device_extension::bus_name |
Definition at line 879 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), and check_system_root().
bool _volume_device_extension::dead |
Definition at line 882 of file btrfs_drv.h.
Referenced by _Function_class_(), free_vol(), and vol_close().
PDEVICE_OBJECT _volume_device_extension::device |
Definition at line 875 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), boot_add_device(), check_system_root(), do_shutdown(), finish_removing_device(), free_vol(), and mount_vol().
PDEVICE_OBJECT _volume_device_extension::mounted_device |
Definition at line 876 of file btrfs_drv.h.
Referenced by _Dispatch_type_(), _Function_class_(), add_volume_device(), free_vol(), and mount_vol().
UNICODE_STRING _volume_device_extension::name |
Definition at line 874 of file btrfs_drv.h.
Referenced by _Function_class_(), do_shutdown(), free_vol(), and vol_query_device_name().
LONG _volume_device_extension::open_count |
Definition at line 883 of file btrfs_drv.h.
Referenced by _Function_class_(), do_shutdown(), vol_close(), and vol_create().
PDEVICE_OBJECT _volume_device_extension::pdo |
Definition at line 877 of file btrfs_drv.h.
Referenced by _Function_class_(), free_vol(), vol_query_stable_guid(), and vol_query_unique_id().
struct pdo_device_extension* _volume_device_extension::pdode |
Definition at line 878 of file btrfs_drv.h.
Referenced by _Function_class_(), add_device(), do_write2(), find_device_from_uuid(), finish_removing_device(), free_vol(), load_chunk_root(), mount_vol(), update_volumes(), 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_query_stable_guid(), vol_query_unique_id(), vol_read(), and vol_write().
bool _volume_device_extension::removing |
Definition at line 881 of file btrfs_drv.h.
Referenced by _Function_class_(), do_shutdown(), vol_close(), and vol_create().
uint32_t _volume_device_extension::type |
Definition at line 873 of file btrfs_drv.h.
Referenced by _Function_class_(), and mount_vol().