Searched defs:btrfs_fs_info (Results 1 – 2 of 2) sorted by relevance
1387 struct btrfs_fs_info { struct1388 u8 fsid[BTRFS_FSID_SIZE];1389 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];1390 struct btrfs_root *extent_root;1391 struct btrfs_root *tree_root;1392 struct btrfs_root *chunk_root;1393 struct btrfs_root *dev_root;1394 struct btrfs_root *fs_root;1395 struct btrfs_root *csum_root;1396 struct btrfs_root *quota_root;[all …]
259 int (*check_func)(struct btrfs_fs_info *, u8 *, u8, in btrfs_uuid_tree_iterate()