Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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()
706 unsigned int inobt_records) in xfs_inobt_walk_prefetch() argument
712 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() argument
751 .sz_recs = xfs_inobt_walk_prefetch(inobt_records), in xfs_inobt_walk()
H A Dxfs_iwalk.h41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,