Home
last modified time | relevance | path

Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dvolumes.h50 struct btrfs_device { struct
51 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 …]