Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
121 struct btrfs_device { struct122 struct list_head dev_list; /* device_list_mutex */123 struct list_head dev_alloc_list; /* chunk mutex */124 struct list_head post_commit_list; /* chunk mutex */125 struct btrfs_fs_devices *fs_devices;126 struct btrfs_fs_info *fs_info;129 const char __rcu *name;131 u64 generation;133 struct file *bdev_file;134 struct block_device *bdev;[all …]