Home
last modified time | relevance | path

Searched refs:inobt_records (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_iwalk.c496 unsigned int inobt_records; in xfs_iwalk_prefetch() local
524 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() argument
709 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() argument
748 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()