Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_iwalk.c492 unsigned int inobt_records; in xfs_iwalk_prefetch() local
520 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); in xfs_iwalk_prefetch()
527 return max(inobt_records, 2U); in xfs_iwalk_prefetch()
672 unsigned int inobt_records) in xfs_inobt_walk_prefetch() argument
678 if (inobt_records == 0) in xfs_inobt_walk_prefetch()
679 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()
686 inobt_records = max(inobt_records, 2U); in xfs_inobt_walk_prefetch()
692 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()
708 unsigned int inobt_records, in xfs_inobt_walk() argument
717 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()
Dxfs_iwalk.h41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,