Lines Matching defs:btrfs_fs_devices
215 struct btrfs_fs_devices { struct
216 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
217 u8 metadata_uuid[BTRFS_FSID_SIZE];
218 bool fsid_change;
219 struct list_head fs_list;
221 u64 num_devices;
222 u64 open_devices;
223 u64 rw_devices;
224 u64 missing_devices;
225 u64 total_rw_bytes;
226 u64 total_devices;
229 u64 latest_generation;
231 struct block_device *latest_bdev;
239 struct mutex device_list_mutex;
242 struct list_head devices;
248 struct list_head alloc_list;
250 struct list_head seed_list;
251 bool seeding;
253 int opened;
258 bool rotating;
260 struct btrfs_fs_info *fs_info;
262 struct kobject fsid_kobj;
263 struct kobject *devices_kobj;
264 struct kobject *devinfo_kobj;
265 struct completion kobj_unregister;
267 enum btrfs_chunk_allocation_policy chunk_alloc_policy;