Lines Matching defs:btrfs_fs_devices
214 struct btrfs_fs_devices { struct
215 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;
225 u64 total_devices;
228 u64 latest_generation;
230 struct block_device *latest_bdev;
238 struct mutex device_list_mutex;
241 struct list_head devices;
247 struct list_head alloc_list;
249 struct list_head seed_list;
250 bool seeding;
252 int opened;
257 bool rotating;
259 struct btrfs_fs_info *fs_info;
261 struct kobject fsid_kobj;
262 struct kobject *devices_kobj;
263 struct kobject *devinfo_kobj;
264 struct completion kobj_unregister;
266 enum btrfs_chunk_allocation_policy chunk_alloc_policy;