Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dfscounters.c133 xfs_icount_range(sc->mp, &fsc->icount_min, &fsc->icount_max); in xchk_setup_fscounters()
222 if (fsc->icount < fsc->icount_min || fsc->icount > fsc->icount_max || in xchk_fscount_aggregate_agcounts()
321 if (icount < fsc->icount_min || icount > fsc->icount_max) in xchk_fscounters()
Dscrub.h160 unsigned long long icount_min; member