Lines Matching defs:btrfs_fs_devices
287 struct btrfs_fs_devices { struct
288 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
300 u8 metadata_uuid[BTRFS_FSID_SIZE];
302 struct list_head fs_list;
308 u64 num_devices;
314 u64 open_devices;
317 u64 rw_devices;
320 u64 missing_devices;
321 u64 total_rw_bytes;
328 u64 total_devices;
331 u64 latest_generation;
337 struct btrfs_device *latest_dev;
345 struct mutex device_list_mutex;
348 struct list_head devices;
351 struct list_head alloc_list;
353 struct list_head seed_list;
356 int opened;
359 bool rotating;
361 bool discardable;
362 bool fsid_change;
364 bool seeding;
366 struct btrfs_fs_info *fs_info;
368 struct kobject fsid_kobj;
369 struct kobject *devices_kobj;
370 struct kobject *devinfo_kobj;
371 struct completion kobj_unregister;
373 enum btrfs_chunk_allocation_policy chunk_alloc_policy;
376 enum btrfs_read_policy read_policy;