Searched defs:btrfs_device (Results 1 – 1 of 1) 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 …]