Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.h45 struct btrfs_device { struct
46 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 …]