Lines Matching defs:btrfs_fs_devices
221 struct btrfs_fs_devices { struct
222 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
223 u8 metadata_uuid[BTRFS_FSID_SIZE];
224 bool fsid_change;
225 struct list_head fs_list;
227 u64 num_devices;
228 u64 open_devices;
229 u64 rw_devices;
230 u64 missing_devices;
231 u64 total_rw_bytes;
232 u64 total_devices;
256 struct btrfs_fs_devices *seed; argument
257 int seeding;
259 int opened;
264 int rotating;
266 struct btrfs_fs_info *fs_info;
268 struct kobject fsid_kobj;
269 struct kobject *device_dir_kobj;
270 struct completion kobj_unregister;