Searched refs:btrfs_alloc_root (Results 1 – 1 of 1) sorted by relevance
1227 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info) in btrfs_alloc_root() function1242 root = btrfs_alloc_root(fs_info); in alloc_log_tree()1337 root = btrfs_alloc_root(fs_info); in btrfs_read_fs_root_no_radix()1919 tree_root = fs_info->tree_root = btrfs_alloc_root(fs_info); in open_ctree()1920 extent_root = fs_info->extent_root = btrfs_alloc_root(fs_info); in open_ctree()1921 csum_root = fs_info->csum_root = btrfs_alloc_root(fs_info); in open_ctree()1922 chunk_root = fs_info->chunk_root = btrfs_alloc_root(fs_info); in open_ctree()1923 dev_root = fs_info->dev_root = btrfs_alloc_root(fs_info); in open_ctree()2416 log_tree_root = btrfs_alloc_root(fs_info); in open_ctree()