Lines Matching refs:new_root
5275 struct btrfs_root *new_root; in fixup_tree_root_location() local
5314 new_root = btrfs_get_fs_root(fs_info, location->objectid, true); in fixup_tree_root_location()
5315 if (IS_ERR(new_root)) { in fixup_tree_root_location()
5316 err = PTR_ERR(new_root); in fixup_tree_root_location()
5320 *sub_root = new_root; in fixup_tree_root_location()
5321 location->objectid = btrfs_root_dirid(&new_root->root_item); in fixup_tree_root_location()
8637 struct btrfs_root *new_root, in btrfs_create_subvol_root() argument
8645 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2, in btrfs_create_subvol_root()
8658 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
8660 btrfs_err(new_root->fs_info, in btrfs_create_subvol_root()
8662 new_root->root_key.objectid, err); in btrfs_create_subvol_root()
8664 err = btrfs_update_inode(trans, new_root, inode); in btrfs_create_subvol_root()