Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dfscounters.c130 xfs_icount_range(sc->mp, &fsc->icount_min, &fsc->icount_max); in xchk_setup_fscounters()
223 if (fsc->icount < fsc->icount_min || fsc->icount > fsc->icount_max || in xchk_fscount_aggregate_agcounts()
322 if (icount < fsc->icount_min || icount > fsc->icount_max) in xchk_fscounters()
H A Dscrub.h160 unsigned long long icount_min; member