Searched refs:xchk_fscount_within_range (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | fscounters.c | 257 xchk_fscount_within_range( in xchk_fscount_within_range() function 344 if (!xchk_fscount_within_range(sc, icount, &mp->m_icount, fsc->icount)) in xchk_fscounters() 347 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) in xchk_fscounters() 350 if (!xchk_fscount_within_range(sc, fdblocks, &mp->m_fdblocks, in xchk_fscounters()
|
/kernel/linux/linux-6.6/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()
|
Completed in 3 milliseconds