ReactOS
0.4.15-dev-2092-gf04890c
|
#include <devices.h>
Public Attributes | |
wstring | pnp_name |
wstring | friendly_name |
wstring | drive |
wstring | fstype |
ULONG | disk_num |
ULONG | part_num |
uint64_t | size |
bool | has_parts |
BTRFS_UUID | fs_uuid |
BTRFS_UUID | dev_uuid |
bool | ignore |
bool | multi_device |
bool | is_disk |
PDEVICE_OBJECT | devobj |
PFILE_OBJECT | fileobj |
DEV_ITEM | devitem |
bool | removable |
bool | seeding |
bool | readonly |
bool | reloc |
bool | trim |
bool | can_flush |
ULONG | change_count |
uint64_t | stats [5] |
bool | stats_changed |
LIST_ENTRY | space |
LIST_ENTRY | list_entry |
ULONG | num_trim_entries |
LIST_ENTRY | trim_list |
bool device::can_flush |
Definition at line 542 of file btrfs_drv.h.
ULONG device::change_count |
Definition at line 543 of file btrfs_drv.h.
BTRFS_UUID device::dev_uuid |
DEV_ITEM device::devitem |
Definition at line 536 of file btrfs_drv.h.
Referenced by _Function_class_(), add_device(), add_device_to_list(), alloc_chunk(), get_devices(), remove_device(), resize_device(), update_dev_item(), write_superblock(), and write_superblocks().
PDEVICE_OBJECT device::devobj |
Definition at line 534 of file btrfs_drv.h.
Referenced by _Function_class_(), do_tree_writes(), get_devices(), snapshot_tree_copy(), write_data(), write_data_complete(), write_superblock(), and write_superblocks().
ULONG device::disk_num |
Definition at line 42 of file devices.h.
Referenced by get_devices().
PFILE_OBJECT device::fileobj |
Definition at line 535 of file btrfs_drv.h.
Referenced by write_data(), and write_superblock().
BTRFS_UUID device::fs_uuid |
wstring device::fstype |
Definition at line 41 of file devices.h.
Referenced by BtrfsDeviceAdd::AddDevice().
bool device::has_parts |
Definition at line 45 of file devices.h.
Referenced by BtrfsDeviceAdd::DeviceAddDlgProc().
bool device::is_disk |
Definition at line 50 of file devices.h.
Referenced by BtrfsDeviceAdd::AddDevice(), and BtrfsDeviceAdd::DeviceAddDlgProc().
LIST_ENTRY device::list_entry |
Definition at line 549 of file btrfs_drv.h.
bool device::multi_device |
Definition at line 49 of file devices.h.
Referenced by BtrfsDeviceAdd::DeviceAddDlgProc().
ULONG device::num_trim_entries |
Definition at line 550 of file btrfs_drv.h.
ULONG device::part_num |
Definition at line 43 of file devices.h.
Referenced by get_devices().
wstring device::pnp_name |
Definition at line 38 of file devices.h.
Referenced by BtrfsDeviceAdd::AddDevice().
bool device::readonly |
Definition at line 539 of file btrfs_drv.h.
Referenced by _Function_class_(), get_devices(), mount_vol(), and remove_device().
bool device::reloc |
Definition at line 540 of file btrfs_drv.h.
bool device::removable |
Definition at line 537 of file btrfs_drv.h.
Referenced by acpi_bus_get_flags(), and Bus_PDO_QueryDeviceCaps().
bool device::seeding |
Definition at line 538 of file btrfs_drv.h.
Referenced by mount_vol().
LIST_ENTRY device::space |
Definition at line 548 of file btrfs_drv.h.
Referenced by alloc_chunk().
uint64_t device::stats[5] |
Definition at line 546 of file btrfs_drv.h.
Referenced by get_devices().
bool device::stats_changed |
Definition at line 547 of file btrfs_drv.h.
bool device::trim |
Definition at line 541 of file btrfs_drv.h.
Referenced by _Function_class_(), and finish_removing_device().
LIST_ENTRY device::trim_list |
Definition at line 551 of file btrfs_drv.h.