Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dctree.h990 struct btrfs_fs_info { struct
991 u8 fsid[BTRFS_FSID_SIZE];
992 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
993 struct btrfs_root *extent_root;
994 struct btrfs_root *tree_root;
995 struct btrfs_root *chunk_root;
996 struct btrfs_root *dev_root;
997 struct btrfs_root *fs_root;
998 struct btrfs_root *csum_root;
1001 struct btrfs_root *log_root_tree;
[all …]