Searched defs:btrfs_fs_devices (Results 1 – 1 of 1) sorted by relevance
214 struct btrfs_fs_devices { struct215 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */216 u8 metadata_uuid[BTRFS_FSID_SIZE];217 bool fsid_change;218 struct list_head fs_list;220 u64 num_devices;221 u64 open_devices;222 u64 rw_devices;223 u64 missing_devices;224 u64 total_rw_bytes;[all …]