Searched refs:xchk_fscount_within_range (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | fscounters.c | 466 xchk_fscount_within_range( in xchk_fscount_within_range() function 576 if (!xchk_fscount_within_range(sc, icount, &mp->m_icount, in xchk_fscounters() 584 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) { in xchk_fscounters() 591 if (!xchk_fscount_within_range(sc, fdblocks, &mp->m_fdblocks, in xchk_fscounters() 599 if (!xchk_fscount_within_range(sc, frextents, &mp->m_frextents, in xchk_fscounters()
|