Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
106 struct btrfs_device { struct107 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 …]