Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
Dvolumes.h110 struct btrfs_device { struct
111 struct list_head dev_list; /* device_list_mutex */
112 struct list_head dev_alloc_list; /* chunk mutex */
113 struct list_head post_commit_list; /* chunk mutex */
114 struct btrfs_fs_devices *fs_devices;
115 struct btrfs_fs_info *fs_info;
117 struct rcu_string __rcu *name;
119 u64 generation;
121 struct file *bdev_file;
122 struct block_device *bdev;
[all …]