Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
50 struct btrfs_device { struct51 struct list_head dev_list;52 struct list_head dev_alloc_list;53 struct btrfs_fs_devices *fs_devices;55 struct btrfs_root *dev_root;57 struct rcu_string *name;59 u64 generation;61 spinlock_t io_lock ____cacheline_aligned;62 int running_pending;64 struct btrfs_pending_bios pending_bios;[all …]