Searched defs:btrfs_device (Results 1 – 2 of 2) sorted by relevance
45 struct btrfs_device { struct46 struct list_head dev_list;47 struct list_head dev_alloc_list;48 struct btrfs_fs_devices *fs_devices;49 struct btrfs_fs_info *fs_info;51 struct rcu_string *name;53 u64 generation;55 spinlock_t io_lock ____cacheline_aligned;56 int running_pending;60 bool has_pending_chunks;[all …]
55 struct btrfs_device { struct56 struct list_head dev_list; /* device_list_mutex */57 struct list_head dev_alloc_list; /* chunk mutex */58 struct list_head post_commit_list; /* chunk mutex */59 struct btrfs_fs_devices *fs_devices;60 struct btrfs_fs_info *fs_info;62 struct rcu_string __rcu *name;64 u64 generation;66 struct block_device *bdev;69 fmode_t mode;[all …]