Searched refs:inobt_records (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iwalk.c | 492 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() 668 * records that we buffer in memory. Set the maximum if @inobt_records == 0. 672 unsigned int inobt_records) in xfs_inobt_walk_prefetch() 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_PREFETC in xfs_inobt_walk_prefetch() 671 xfs_inobt_walk_prefetch( unsigned int inobt_records) xfs_inobt_walk_prefetch() argument 702 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) xfs_inobt_walk() argument [all...] |
H A D | xfs_iwalk.h | 41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.c | 505 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() 702 * records that we buffer in memory. Set the maximum if @inobt_records == 0. 706 unsigned int inobt_records) in xfs_inobt_walk_prefetch() 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_PREFETC in xfs_inobt_walk_prefetch() 705 xfs_inobt_walk_prefetch( unsigned int inobt_records) xfs_inobt_walk_prefetch() argument 736 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) xfs_inobt_walk() argument [all...] |
H A D | xfs_iwalk.h | 41 xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,
|
Completed in 3 milliseconds