Lines Matching refs:old_roots
1750 qrecord->old_roots = old_root; in btrfs_qgroup_trace_extent_post()
1772 record->old_roots = NULL; in btrfs_qgroup_trace_extent()
2564 u64 num_bytes, struct ulist *old_roots, in btrfs_qgroup_account_extent() argument
2587 if (old_roots) { in btrfs_qgroup_account_extent()
2588 if (!maybe_fs_roots(old_roots)) in btrfs_qgroup_account_extent()
2590 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent()
2627 ret = qgroup_update_refcnt(fs_info, old_roots, tmp, qgroups, seq, in btrfs_qgroup_account_extent()
2650 ulist_free(old_roots); in btrfs_qgroup_account_extent()
2680 if (WARN_ON(!record->old_roots)) { in btrfs_qgroup_account_extents()
2684 &record->old_roots, false); in btrfs_qgroup_account_extents()
2705 ulist_del(record->old_roots, qgroup_to_skip, in btrfs_qgroup_account_extents()
2710 record->old_roots, in btrfs_qgroup_account_extents()
2712 record->old_roots = NULL; in btrfs_qgroup_account_extents()
2716 ulist_free(record->old_roots); in btrfs_qgroup_account_extents()
4325 ulist_free(entry->old_roots); in btrfs_qgroup_destroy_extent_records()