|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <btrfsioctl.h>

Public Attributes | |
| uint32_t | next_entry |
| uint64_t | type |
| uint64_t | size |
| uint64_t | used |
| uint64_t | num_devices |
| btrfs_usage_device | devices [1] |
Definition at line 121 of file btrfsioctl.h.
| btrfs_usage_device btrfs_usage::devices[1] |
Definition at line 127 of file btrfsioctl.h.
Referenced by find_dev_alloc(), BtrfsVolPropSheet::FormatUsage(), and get_usage().
| uint32_t btrfs_usage::next_entry |
Definition at line 122 of file btrfsioctl.h.
Referenced by find_dev_alloc(), BtrfsVolPropSheet::FormatUsage(), and get_usage().
| uint64_t btrfs_usage::num_devices |
Definition at line 126 of file btrfsioctl.h.
Referenced by find_dev_alloc(), BtrfsVolPropSheet::FormatUsage(), and get_usage().
| uint64_t btrfs_usage::size |
Definition at line 124 of file btrfsioctl.h.
Referenced by BtrfsVolPropSheet::FormatUsage(), and get_usage().
| uint64_t btrfs_usage::type |
Definition at line 123 of file btrfsioctl.h.
Referenced by BtrfsVolPropSheet::FormatUsage(), and get_usage().
| uint64_t btrfs_usage::used |
Definition at line 125 of file btrfsioctl.h.
Referenced by BtrfsVolPropSheet::FormatUsage(), and get_usage().