Lines Matching refs:old_roots
1565 u64 seq, int *old_roots, int rescan) in qgroup_calc_old_refcnt() argument
1591 (*old_roots)++; in qgroup_calc_old_refcnt()
1654 int *old_roots) in qgroup_account_deleted_refs() argument
1701 (*old_roots)++; in qgroup_account_deleted_refs()
1801 int old_roots, int new_roots, int rescan) in qgroup_adjust_counters() argument
1847 if (old_roots && cur_old_count == old_roots && in qgroup_adjust_counters()
1859 if ((!old_roots || (old_roots && cur_old_count != old_roots)) in qgroup_adjust_counters()
1954 int old_roots = 0; in qgroup_shared_accounting() local
2000 seq, &old_roots, 0); in qgroup_shared_accounting()
2025 &old_roots); in qgroup_shared_accounting()
2034 new_roots = old_roots + 1; in qgroup_shared_accounting()
2036 new_roots = old_roots; in qgroup_shared_accounting()
2037 old_roots++; in qgroup_shared_accounting()
2039 fs_info->qgroup_seq += old_roots + 1; in qgroup_shared_accounting()
2047 qgroups, seq, old_roots, new_roots, 0); in qgroup_shared_accounting()