Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
Dfs.h361 struct btrfs_fs_info { struct
362 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
363 unsigned long flags;
364 struct btrfs_root *tree_root;
365 struct btrfs_root *chunk_root;
366 struct btrfs_root *dev_root;
367 struct btrfs_root *fs_root;
368 struct btrfs_root *quota_root;
369 struct btrfs_root *uuid_root;
370 struct btrfs_root *data_reloc_root;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h583 struct btrfs_fs_info { struct
584 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
585 unsigned long flags;
586 struct btrfs_root *extent_root;
587 struct btrfs_root *tree_root;
588 struct btrfs_root *chunk_root;
589 struct btrfs_root *dev_root;
590 struct btrfs_root *fs_root;
591 struct btrfs_root *csum_root;
592 struct btrfs_root *quota_root;
[all …]