Searched refs:inobt_records (Results 1 – 1 of 1) sorted by relevance
496 unsigned int inobt_records; in xfs_iwalk_prefetch() local524 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()531 return max(inobt_records, 2U); in xfs_iwalk_prefetch()703 unsigned int inobt_records) in xfs_inobt_walk_prefetch() argument709 if (inobt_records == 0) in xfs_inobt_walk_prefetch()710 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()717 inobt_records = max(inobt_records, 2U); in xfs_inobt_walk_prefetch()723 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()739 unsigned int inobt_records, in xfs_inobt_walk() argument748 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()