Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
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()
714 if (xqc->pcounts) { in xqcheck_teardown_scan()
715 xfarray_destroy(xqc->pcounts); in xqcheck_teardown_scan()
716 xqc->pcounts = NULL; in xqcheck_teardown_scan()
773 sizeof(struct xqcheck_dquot), &xqc->pcounts); in xqcheck_setup_scan()
849 if (xqc->pcounts) { in xchk_quotacheck()
H A Dquotacheck.h43 struct xfarray *pcounts; member
69 return xqc->pcounts; in xqcheck_counters_for()