ReactOS
0.4.15-dev-1618-g9c8ed68
|
#include <btrfs_drv.h>
Definition at line 880 of file btrfs_drv.h.
PDEVICE_OBJECT _volume_device_extension::attached_device |
Definition at line 888 of file btrfs_drv.h.
Referenced by _Dispatch_type_(), and _Function_class_().
UNICODE_STRING _volume_device_extension::bus_name |
Definition at line 887 of file btrfs_drv.h.
Referenced by _Function_class_(), and add_volume_device().
bool _volume_device_extension::dead |
Definition at line 890 of file btrfs_drv.h.
Referenced by _Function_class_(), free_vol(), and vol_close().
PDEVICE_OBJECT _volume_device_extension::device |
Definition at line 883 of file btrfs_drv.h.
Referenced by _Function_class_(), add_volume_device(), boot_add_device(), do_shutdown(), finish_removing_device(), free_vol(), and mount_vol().
PDEVICE_OBJECT _volume_device_extension::mounted_device |
Definition at line 884 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 882 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 891 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 885 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 886 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 889 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 881 of file btrfs_drv.h.
Referenced by _Function_class_(), and mount_vol().