Home
last modified time | relevance | path

Searched defs:btrfs_fs_devices (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dvolumes.h215 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;
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dvolumes.h216 struct btrfs_fs_devices { struct
217 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
241 struct btrfs_fs_devices *seed; argument
242 int seeding;
244 int opened;
249 int rotating;
251 struct btrfs_fs_info *fs_info;
253 struct kobject fsid_kobj;
254 struct kobject *device_dir_kobj;
255 struct completion kobj_unregister;