Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
26 struct btrfs_device { struct27 struct list_head dev_list;28 struct list_head dev_alloc_list;29 struct btrfs_fs_devices *fs_devices;30 struct btrfs_root *dev_root;31 struct bio *pending_bios;32 struct bio *pending_bio_tail;33 int running_pending;34 u64 generation;36 int barriers;[all …]