Searched defs:btrfs_device (Results 1 – 1 of 1) sorted by relevance
34 struct btrfs_device { struct35 struct list_head dev_list;36 struct list_head dev_alloc_list;37 struct btrfs_fs_devices *fs_devices;38 struct btrfs_root *dev_root;41 struct btrfs_pending_bios pending_bios;43 struct btrfs_pending_bios pending_sync_bios;45 int running_pending;46 u64 generation;48 int writeable;[all …]