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

Public Attributes | |
| uint32_t | next_entry |
| uint8_t | uuid [16] |
| uint32_t | num_devices |
| btrfs_filesystem_device | device |
Definition at line 188 of file btrfsioctl.h.
| btrfs_filesystem_device btrfs_filesystem::device |
Definition at line 192 of file btrfsioctl.h.
Referenced by look_for_device(), BtrfsDeviceAdd::populate_device_tree(), and query_filesystems().
| uint32_t btrfs_filesystem::next_entry |
Definition at line 189 of file btrfsioctl.h.
Referenced by BtrfsDeviceAdd::populate_device_tree(), and query_filesystems().
| uint32_t btrfs_filesystem::num_devices |
Definition at line 191 of file btrfsioctl.h.
Referenced by is_mounted_multi_device(), look_for_device(), BtrfsDeviceAdd::populate_device_tree(), and query_filesystems().
| uint8_t btrfs_filesystem::uuid[16] |
Definition at line 190 of file btrfsioctl.h.
Referenced by BtrfsDeviceAdd::populate_device_tree(), and query_filesystems().