Lines Matching defs:btrfs_fs_devices
279 struct btrfs_fs_devices { struct
280 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
305 u8 metadata_uuid[BTRFS_FSID_SIZE];
307 struct list_head fs_list;
313 u64 num_devices;
319 u64 open_devices;
322 u64 rw_devices;
325 u64 missing_devices;
326 u64 total_rw_bytes;
333 u64 total_devices;
336 u64 latest_generation;
342 struct btrfs_device *latest_dev;
350 struct mutex device_list_mutex;
353 struct list_head devices;
356 struct list_head alloc_list;
358 struct list_head seed_list;
361 int opened;
364 bool rotating;
366 bool discardable;
368 bool seeding;
370 bool temp_fsid;
372 struct btrfs_fs_info *fs_info;
374 struct kobject fsid_kobj;
375 struct kobject *devices_kobj;
376 struct kobject *devinfo_kobj;
377 struct completion kobj_unregister;
379 enum btrfs_chunk_allocation_policy chunk_alloc_policy;
382 enum btrfs_read_policy read_policy;