Home
last modified time | relevance | path

Searched refs:btrfs_alloc_root (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/btrfs/
Ddisk-io.c1210 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info, in btrfs_alloc_root() function
1228 root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_alloc_dummy_root()
1251 root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_create_tree()
1315 root = btrfs_alloc_root(fs_info, GFP_NOFS); in alloc_log_tree()
1407 root = btrfs_alloc_root(fs_info, GFP_NOFS); in btrfs_read_tree_root()
2281 log_tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_replay_log()
2624 tree_root = fs_info->tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()
2625 chunk_root = fs_info->chunk_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()