Lines Matching defs:btrfs_fs_devices
281 struct btrfs_fs_devices { struct
282 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;
325 u64 latest_generation;
331 struct btrfs_device *latest_dev;
339 struct mutex device_list_mutex;
342 struct list_head devices;
345 struct list_head alloc_list;
347 struct list_head seed_list;
350 int opened;
353 bool rotating;
355 bool discardable;
356 bool fsid_change;
358 bool seeding;
360 struct btrfs_fs_info *fs_info;
362 struct kobject fsid_kobj;
363 struct kobject *devices_kobj;
364 struct kobject *devinfo_kobj;
365 struct completion kobj_unregister;
367 enum btrfs_chunk_allocation_policy chunk_alloc_policy;
370 enum btrfs_read_policy read_policy;