Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dvolumes.h106 struct btrfs_device { struct
107 struct list_head dev_list; /* device_list_mutex */
108 struct list_head dev_alloc_list; /* chunk mutex */
109 struct list_head post_commit_list; /* chunk mutex */
110 struct btrfs_fs_devices *fs_devices;
111 struct btrfs_fs_info *fs_info;
113 struct rcu_string __rcu *name;
115 u64 generation;
117 struct file *bdev_file;
118 struct block_device *bdev;
[all …]