Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddisk-io.c1217 static struct btrfs_root *btrfs_alloc_root(struct btrfs_fs_info *fs_info, in btrfs_alloc_root() function
1235 root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_alloc_dummy_root()
1264 root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_create_tree()
1329 root = btrfs_alloc_root(fs_info, GFP_NOFS); in alloc_log_tree()
1421 root = btrfs_alloc_root(fs_info, GFP_NOFS); in btrfs_read_tree_root()
2275 log_tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in btrfs_replay_log()
2618 tree_root = fs_info->tree_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()
2619 chunk_root = fs_info->chunk_root = btrfs_alloc_root(fs_info, GFP_KERNEL); in open_ctree()