Lines Matching refs:new_root
5718 struct btrfs_root *new_root; in fixup_tree_root_location() local
5757 new_root = btrfs_get_fs_root(fs_info, location->objectid, true); in fixup_tree_root_location()
5758 if (IS_ERR(new_root)) { in fixup_tree_root_location()
5759 err = PTR_ERR(new_root); in fixup_tree_root_location()
5763 *sub_root = new_root; in fixup_tree_root_location()
5764 location->objectid = btrfs_root_dirid(&new_root->root_item); in fixup_tree_root_location()
9032 struct btrfs_root *new_root, in btrfs_create_subvol_root() argument
9041 err = btrfs_get_free_objectid(new_root, &ino); in btrfs_create_subvol_root()
9045 inode = btrfs_new_inode(trans, new_root, mnt_userns, NULL, "..", 2, in btrfs_create_subvol_root()
9058 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
9060 btrfs_err(new_root->fs_info, in btrfs_create_subvol_root()
9062 new_root->root_key.objectid, err); in btrfs_create_subvol_root()
9064 err = btrfs_update_inode(trans, new_root, BTRFS_I(inode)); in btrfs_create_subvol_root()