Home
last modified time | relevance | path

Searched defs:btrfs_fs_info (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h585 struct btrfs_fs_info { struct
586 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
587 unsigned long flags;
588 struct btrfs_root *extent_root;
589 struct btrfs_root *tree_root;
590 struct btrfs_root *chunk_root;
591 struct btrfs_root *dev_root;
592 struct btrfs_root *fs_root;
593 struct btrfs_root *csum_root;
594 struct btrfs_root *quota_root;
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dctree.h753 struct btrfs_fs_info { struct
754 u8 fsid[BTRFS_FSID_SIZE];
755 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
756 unsigned long flags;
757 struct btrfs_root *extent_root;
758 struct btrfs_root *tree_root;
759 struct btrfs_root *chunk_root;
760 struct btrfs_root *dev_root;
761 struct btrfs_root *fs_root;
762 struct btrfs_root *csum_root;
[all …]
Duuid-tree.c250 int (*check_func)(struct btrfs_fs_info *, u8 *, u8, in btrfs_uuid_tree_iterate()