Lines Matching defs:btrfs_fs_devices
290 struct btrfs_fs_devices { struct
291 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
292 u8 metadata_uuid[BTRFS_FSID_SIZE];
293 bool fsid_change;
294 struct list_head fs_list;
300 u64 num_devices;
306 u64 open_devices;
309 u64 rw_devices;
312 u64 missing_devices;
313 u64 total_rw_bytes;
320 u64 total_devices;
323 u64 latest_generation;
329 struct btrfs_device *latest_dev;
337 struct mutex device_list_mutex;
340 struct list_head devices;
346 struct list_head alloc_list;
348 struct list_head seed_list;
349 bool seeding;
351 int opened;
356 bool rotating;
358 struct btrfs_fs_info *fs_info;
360 struct kobject fsid_kobj;
361 struct kobject *devices_kobj;
362 struct kobject *devinfo_kobj;
363 struct completion kobj_unregister;
365 enum btrfs_chunk_allocation_policy chunk_alloc_policy;
368 enum btrfs_read_policy read_policy;