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

/linux-master/fs/xfs/
H A Dxfs_iwalk.h41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,
H A Dxfs_iwalk.c501 unsigned int inobt_records; local
529 inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK);
536 return max(inobt_records, 2U);
699 * records that we buffer in memory. Set the maximum if @inobt_records == 0.
703 unsigned int inobt_records)
709 if (inobt_records == 0)
710 inobt_records = MAX_INOBT_WALK_PREFETCH;
717 inobt_records = max(inobt_records, 2U);
723 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETC
702 xfs_inobt_walk_prefetch( unsigned int inobt_records) argument
733 xfs_inobt_walk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, unsigned int flags, xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records, void *data) argument
[all...]

Completed in 102 milliseconds