Searched refs:icount_max (Results 1 – 2 of 2) sorted by relevance
217 xfs_icount_range(sc->mp, &fsc->icount_min, &fsc->icount_max); in xchk_setup_fscounters()369 if (fsc->icount < fsc->icount_min || fsc->icount > fsc->icount_max || in xchk_fscount_aggregate_agcounts()371 fsc->ifree > fsc->icount_max) in xchk_fscount_aggregate_agcounts()540 if (icount < fsc->icount_min || icount > fsc->icount_max) in xchk_fscounters()
17 unsigned long long icount_max; member