Lines Matching defs:inobt_records
496 unsigned int inobt_records;
524 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK);
531 return max(inobt_records, 2U);
699 * records that we buffer in memory. Set the maximum if @inobt_records == 0.
703 unsigned int inobt_records)
709 if (inobt_records == 0)
710 inobt_records = MAX_INOBT_WALK_PREFETCH;
717 inobt_records = max(inobt_records, 2U);
723 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH);
739 unsigned int inobt_records,
748 .sz_recs = xfs_inobt_walk_prefetch(inobt_records),