inobt_records 473 fs/xfs/xfs_iwalk.c unsigned int inobt_records; inobt_records 501 fs/xfs/xfs_iwalk.c inobt_records = (inodes * 5) / (4 * XFS_INODES_PER_CHUNK); inobt_records 508 fs/xfs/xfs_iwalk.c return max(inobt_records, 2U); inobt_records 651 fs/xfs/xfs_iwalk.c unsigned int inobt_records) inobt_records 657 fs/xfs/xfs_iwalk.c if (inobt_records == 0) inobt_records 658 fs/xfs/xfs_iwalk.c inobt_records = MAX_INOBT_WALK_PREFETCH; inobt_records 665 fs/xfs/xfs_iwalk.c inobt_records = max(inobt_records, 2U); inobt_records 671 fs/xfs/xfs_iwalk.c return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); inobt_records 687 fs/xfs/xfs_iwalk.c unsigned int inobt_records, inobt_records 696 fs/xfs/xfs_iwalk.c .sz_recs = xfs_inobt_walk_prefetch(inobt_records), inobt_records 41 fs/xfs/xfs_iwalk.h xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records,