Lines Matching defs:btrfs_fs_devices
277 struct btrfs_fs_devices { struct
278 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
279 u8 metadata_uuid[BTRFS_FSID_SIZE];
280 bool fsid_change;
281 struct list_head fs_list;
287 u64 num_devices;
293 u64 open_devices;
296 u64 rw_devices;
299 u64 missing_devices;
300 u64 total_rw_bytes;
307 u64 total_devices;
310 u64 latest_generation;
316 struct btrfs_device *latest_dev;
324 struct mutex device_list_mutex;
327 struct list_head devices;
333 struct list_head alloc_list;
335 struct list_head seed_list;
336 bool seeding;
338 int opened;
343 bool rotating;
345 bool discardable;
347 struct btrfs_fs_info *fs_info;
349 struct kobject fsid_kobj;
350 struct kobject *devices_kobj;
351 struct kobject *devinfo_kobj;
352 struct completion kobj_unregister;
354 enum btrfs_chunk_allocation_policy chunk_alloc_policy;
357 enum btrfs_read_policy read_policy;