Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Ddisk-io.c1204 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info, in btrfs_alloc_root() function
1222 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()
1316 root = btrfs_alloc_root(fs_info, GFP_NOFS); in alloc_log_tree()
1408 root = btrfs_alloc_root(fs_info, GFP_NOFS); in btrfs_read_tree_root()
2270 log_tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_replay_log()
2615 tree_root = fs_info->tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()
2616 chunk_root = fs_info->chunk_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()