Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dfscounters.c58 unsigned long long icount_max; member
227 xfs_icount_range(sc->mp, &fsc->icount_min, &fsc->icount_max); in xchk_setup_fscounters()
372 if (fsc->icount < fsc->icount_min || fsc->icount > fsc->icount_max || in xchk_fscount_aggregate_agcounts()
374 fsc->ifree > fsc->icount_max) in xchk_fscount_aggregate_agcounts()
535 if (icount < fsc->icount_min || icount > fsc->icount_max) in xchk_fscounters()