Searched refs:ifree (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | fscounters.c | 306 fsc->ifree = 0; in xchk_fscount_aggregate_agcounts() 322 fsc->ifree += pag->pagi_freecount; in xchk_fscount_aggregate_agcounts() 364 trace_xchk_fscounters_calc(mp, fsc->icount, fsc->ifree, fsc->fdblocks, in xchk_fscount_aggregate_agcounts() 371 fsc->ifree > fsc->icount_max) in xchk_fscount_aggregate_agcounts() 379 if (fsc->ifree > fsc->icount) { in xchk_fscount_aggregate_agcounts() 516 int64_t icount, ifree, fdblocks, frextents; in xchk_fscounters() local 522 ifree = percpu_counter_sum(&mp->m_ifree); in xchk_fscounters() 527 if (icount < 0 || ifree < 0) in xchk_fscounters() 563 if (ifree > icount && ifree - icount > XCHK_FSCOUNT_MIN_VARIANCE) in xchk_fscounters() 592 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) { in xchk_fscounters()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 46 xfs_ino_t ino, struct xfs_icluster *ifree);
|