Searched refs:inobt_records (Results 1 – 2 of 2) sorted by relevance
505 unsigned int inobt_records; in xfs_iwalk_prefetch() local533 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()540 return max(inobt_records, 2U); in xfs_iwalk_prefetch()707 unsigned int inobt_records) in xfs_inobt_walk_prefetch() argument713 if (inobt_records == 0) in xfs_inobt_walk_prefetch()714 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()721 inobt_records = max(inobt_records, 2U); in xfs_inobt_walk_prefetch()727 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()743 unsigned int inobt_records, in xfs_inobt_walk() argument752 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()
41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,