Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
122 struct btrfs_device { struct123 struct list_head dev_list; /* device_list_mutex */124 struct list_head dev_alloc_list; /* chunk mutex */125 struct list_head post_commit_list; /* chunk mutex */126 struct btrfs_fs_devices *fs_devices;127 struct btrfs_fs_info *fs_info;130 const char __rcu *name;132 u64 generation;134 struct file *bdev_file;135 struct block_device *bdev;[all …]