ReactOS 0.4.16-dev-401-g45b008d
|
#include <btrfsioctl.h>
Public Attributes | |
uint32_t | next_entry |
uint64_t | dev_id |
uint64_t | size |
uint64_t | max_size |
BOOL | readonly |
BOOL | missing |
ULONG | device_number |
ULONG | partition_number |
uint64_t | stats [5] |
USHORT | namelen |
WCHAR | name [1] |
Definition at line 102 of file btrfsioctl.h.
uint64_t btrfs_device::dev_id |
Definition at line 104 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsVolPropSheet::FormatUsage(), BtrfsVolPropSheet::RefreshDevList(), BtrfsBalance::SaveBalanceOpts(), and BtrfsVolPropSheet::StatsDlgProc().
ULONG btrfs_device::device_number |
Definition at line 109 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
uint64_t btrfs_device::max_size |
Definition at line 106 of file btrfsioctl.h.
Referenced by BtrfsDeviceResize::DeviceResizeDlgProc().
BOOL btrfs_device::missing |
Definition at line 108 of file btrfsioctl.h.
Referenced by BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
WCHAR btrfs_device::name[1] |
Definition at line 113 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
USHORT btrfs_device::namelen |
Definition at line 112 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
uint32_t btrfs_device::next_entry |
Definition at line 103 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsVolPropSheet::FormatUsage(), BtrfsVolPropSheet::RefreshDevList(), BtrfsBalance::SaveBalanceOpts(), BtrfsBalance::ShowBalance(), and BtrfsVolPropSheet::StatsDlgProc().
ULONG btrfs_device::partition_number |
Definition at line 110 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
BOOL btrfs_device::readonly |
Definition at line 107 of file btrfsioctl.h.
Referenced by BtrfsBalance::BalanceOptsDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsVolPropSheet::RefreshDevList(), and BtrfsBalance::ShowBalance().
uint64_t btrfs_device::size |
Definition at line 105 of file btrfsioctl.h.
Referenced by BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsVolPropSheet::FormatUsage(), and BtrfsVolPropSheet::RefreshDevList().
uint64_t btrfs_device::stats[5] |
Definition at line 111 of file btrfsioctl.h.