Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dquotacheck.h42 struct xfarray *gcounts; member
67 return xqc->gcounts; in xqcheck_counters_for()
H A Dquotacheck.c239 if (!xqc->gcounts) in xqcheck_mod_live_ino_dqtrx()
333 counts = xqc->gcounts; in xqcheck_apply_live_dqtrx()
448 if (xqc->gcounts) { in xqcheck_collect_inode()
450 error = xqcheck_update_incore_counts(xqc, xqc->gcounts, id, 1, in xqcheck_collect_inode()
722 if (xqc->gcounts) { in xqcheck_teardown_scan()
723 xfarray_destroy(xqc->gcounts); in xqcheck_teardown_scan()
724 xqc->gcounts = NULL; in xqcheck_teardown_scan()
773 sizeof(struct xqcheck_dquot), &xqc->gcounts); in xqcheck_setup_scan()
854 if (xqc->gcounts) { in xchk_quotacheck()
H A Dquotacheck_repair.c243 if (xqc->gcounts) { in xrep_quotacheck()