Home
last modified time | relevance | path

Searched refs:pcounts (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Dquotacheck.h43 struct xfarray *pcounts; member
69 return xqc->pcounts; in xqcheck_counters_for()
H A Dquotacheck.c243 if (!xqc->pcounts) in xqcheck_mod_live_ino_dqtrx()
336 counts = xqc->pcounts; in xqcheck_apply_live_dqtrx()
456 if (xqc->pcounts) { in xqcheck_collect_inode()
458 error = xqcheck_update_incore_counts(xqc, xqc->pcounts, id, 1, in xqcheck_collect_inode()
717 if (xqc->pcounts) { in xqcheck_teardown_scan()
718 xfarray_destroy(xqc->pcounts); in xqcheck_teardown_scan()
719 xqc->pcounts = NULL; in xqcheck_teardown_scan()
782 sizeof(struct xqcheck_dquot), &xqc->pcounts); in xqcheck_setup_scan()
859 if (xqc->pcounts) { in xchk_quotacheck()
H A Dquotacheck_repair.c248 if (xqc->pcounts) { in xrep_quotacheck()