Lines Matching defs:frextents
56 uint64_t frextents;
402 fsc->frextents += rec->ar_extcount;
417 fsc->frextents = 0;
439 fsc->frextents = 0;
503 int64_t icount, ifree, fdblocks, frextents;
511 frextents = percpu_counter_sum(&mp->m_frextents);
523 * froze the fs. This is much more likely to happen with frextents
526 if (fdblocks < 0 || frextents < 0) {
542 /* See if frextents is obviously wrong. */
543 if (frextents > mp->m_sb.sb_rextents)
594 if (!xchk_fscount_within_range(sc, frextents, &mp->m_frextents,
595 fsc->frextents)) {