Searched refs:xchk_fscount_within_range (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 465 xchk_fscount_within_range( in xchk_fscount_within_range() function 571 if (!xchk_fscount_within_range(sc, icount, &mp->m_icount, in xchk_fscounters() 579 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) { in xchk_fscounters() 586 if (!xchk_fscount_within_range(sc, fdblocks, &mp->m_fdblocks, in xchk_fscounters() 594 if (!xchk_fscount_within_range(sc, frextents, &mp->m_frextents, in xchk_fscounters()
|