Searched refs:btrfs_alloc_root (Results 1 – 1 of 1) sorted by relevance
1219 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info) in btrfs_alloc_root() function1234 root = btrfs_alloc_root(fs_info); in alloc_log_tree()1329 root = btrfs_alloc_root(fs_info); in btrfs_read_fs_root_no_radix()1870 tree_root = fs_info->tree_root = btrfs_alloc_root(fs_info); in open_ctree()1871 extent_root = fs_info->extent_root = btrfs_alloc_root(fs_info); in open_ctree()1872 csum_root = fs_info->csum_root = btrfs_alloc_root(fs_info); in open_ctree()1873 chunk_root = fs_info->chunk_root = btrfs_alloc_root(fs_info); in open_ctree()1874 dev_root = fs_info->dev_root = btrfs_alloc_root(fs_info); in open_ctree()2415 log_tree_root = btrfs_alloc_root(fs_info); in open_ctree()