Searched defs:btrfs_fs_info (Results 1 – 2 of 2) sorted by relevance
696 struct btrfs_fs_info { struct697 u8 fsid[BTRFS_FSID_SIZE];698 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];699 unsigned long flags;700 struct btrfs_root *extent_root;701 struct btrfs_root *tree_root;702 struct btrfs_root *chunk_root;703 struct btrfs_root *dev_root;704 struct btrfs_root *fs_root;705 struct btrfs_root *csum_root;[all …]
261 int (*check_func)(struct btrfs_fs_info *, u8 *, u8, in btrfs_uuid_tree_iterate()