Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
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()
719 if (xqc->gcounts) { in xqcheck_teardown_scan()
720 xfarray_destroy(xqc->gcounts); in xqcheck_teardown_scan()
721 xqc->gcounts = NULL; in xqcheck_teardown_scan()
766 sizeof(struct xqcheck_dquot), &xqc->gcounts); in xqcheck_setup_scan()
844 if (xqc->gcounts) { in xchk_quotacheck()
H A Dquotacheck.h42 struct xfarray *gcounts; member
67 return xqc->gcounts; in xqcheck_counters_for()