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()706 unsigned int inobt_records) in xfs_inobt_walk_prefetch() argument712 if (inobt_records == 0) in xfs_inobt_walk_prefetch()713 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()720 inobt_records = max(inobt_records, 2U); in xfs_inobt_walk_prefetch()726 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()742 unsigned int inobt_records, in xfs_inobt_walk() argument751 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()
41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,