Searched defs:btrfs_fs_info (Results 1 – 1 of 1) sorted by relevance
626 struct btrfs_fs_info { struct627 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];628 unsigned long flags;629 struct btrfs_root *tree_root;630 struct btrfs_root *chunk_root;631 struct btrfs_root *dev_root;632 struct btrfs_root *fs_root;633 struct btrfs_root *quota_root;634 struct btrfs_root *uuid_root;635 struct btrfs_root *data_reloc_root;[all …]