Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_iwalk.c505 unsigned int inobt_records; in xfs_iwalk_prefetch() local
533 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() argument
713 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() argument
752 .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,