Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
109 struct btrfs_device { struct110 struct list_head dev_list; /* device_list_mutex */111 struct list_head dev_alloc_list; /* chunk mutex */112 struct list_head post_commit_list; /* chunk mutex */113 struct btrfs_fs_devices *fs_devices;114 struct btrfs_fs_info *fs_info;117 const char __rcu *name;119 u64 generation;121 struct file *bdev_file;122 struct block_device *bdev;[all …]