Searched defs:btrfs_fs_info (Results 1 – 1 of 1) sorted by relevance
425 struct btrfs_fs_info { struct426 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];427 unsigned long flags;428 struct btrfs_root *tree_root;429 struct btrfs_root *chunk_root;430 struct btrfs_root *dev_root;431 struct btrfs_root *fs_root;432 struct btrfs_root *quota_root;433 struct btrfs_root *uuid_root;434 struct btrfs_root *data_reloc_root;[all …]