Searched defs:btrfs_fs_devices (Results 1 – 2 of 2) sorted by relevance
215 struct btrfs_fs_devices { struct216 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */217 u8 metadata_uuid[BTRFS_FSID_SIZE];218 bool fsid_change;219 struct list_head fs_list;221 u64 num_devices;222 u64 open_devices;223 u64 rw_devices;224 u64 missing_devices;225 u64 total_rw_bytes;[all …]
281 struct btrfs_fs_devices { struct282 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */294 u8 metadata_uuid[BTRFS_FSID_SIZE];296 struct list_head fs_list;302 u64 num_devices;308 u64 open_devices;311 u64 rw_devices;314 u64 missing_devices;315 u64 total_rw_bytes;322 u64 total_devices;[all …]