Home
last modified time | relevance | path

Searched refs:icount_min (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dfscounters.c57 unsigned long long icount_min; 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()
535 if (icount < fsc->icount_min || icount > fsc->icount_max) in xchk_fscounters()
/kernel/linux/linux-5.10/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

Completed in 3 milliseconds