Lines Matching refs:old_refcnt
88 u64 old_refcnt; member
1619 qg->old_refcnt = seq; in qgroup_calc_old_refcnt()
1620 else if (qg->old_refcnt < seq) in qgroup_calc_old_refcnt()
1621 qg->old_refcnt = seq + 1; in qgroup_calc_old_refcnt()
1623 qg->old_refcnt++; in qgroup_calc_old_refcnt()
1722 if (qg->old_refcnt < seq) in qgroup_account_deleted_refs()
1723 qg->old_refcnt = seq + 1; in qgroup_account_deleted_refs()
1725 qg->old_refcnt++; in qgroup_account_deleted_refs()
1776 if (qg->old_refcnt < seq) in qgroup_calc_new_refcnt()
1777 qg->old_refcnt = seq + 1; in qgroup_calc_new_refcnt()
1779 qg->old_refcnt++; in qgroup_calc_new_refcnt()
1817 if (qg->old_refcnt <= seq && qg->new_refcnt > seq) { in qgroup_adjust_counters()
1827 if (qg->old_refcnt > seq && qg->new_refcnt <= seq) { in qgroup_adjust_counters()
1833 if (qg->old_refcnt < seq) in qgroup_adjust_counters()
1836 cur_old_count = qg->old_refcnt - seq; in qgroup_adjust_counters()