Lines Matching refs:new_roots
1668 struct ulist *old_roots, struct ulist *new_roots) in btrfs_qgroup_account_extent() argument
1677 if (new_roots) in btrfs_qgroup_account_extent()
1678 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
1717 ret = qgroup_update_refcnt(fs_info, new_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
1735 ulist_free(new_roots); in btrfs_qgroup_account_extent()
1744 struct ulist *new_roots = NULL; in btrfs_qgroup_account_extents() local
1762 record->bytenr, (u64)-1, &new_roots); in btrfs_qgroup_account_extents()
1766 ulist_del(new_roots, qgroup_to_skip, 0); in btrfs_qgroup_account_extents()
1769 record->old_roots, new_roots); in btrfs_qgroup_account_extents()
1771 new_roots = NULL; in btrfs_qgroup_account_extents()
1775 ulist_free(new_roots); in btrfs_qgroup_account_extents()
1776 new_roots = NULL; in btrfs_qgroup_account_extents()