Searched defs:btrfs_fs_info (Results 1 – 1 of 1) sorted by relevance
577 struct btrfs_fs_info { struct578 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];579 unsigned long flags;580 struct btrfs_root *extent_root;581 struct btrfs_root *tree_root;582 struct btrfs_root *chunk_root;583 struct btrfs_root *dev_root;584 struct btrfs_root *fs_root;585 struct btrfs_root *csum_root;586 struct btrfs_root *quota_root;[all …]