Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c549 xfs_inobt_block_maxrecs( in xfs_inobt_block_maxrecs() function
568 return xfs_inobt_block_maxrecs(blocklen, leaf); in xfs_inobt_maxrecs()
589 minrecs[0] = xfs_inobt_block_maxrecs(blocklen, true) / 2; in xfs_inobt_maxlevels_ondisk()
590 minrecs[1] = xfs_inobt_block_maxrecs(blocklen, false) / 2; in xfs_inobt_maxlevels_ondisk()
604 minrecs[0] = xfs_inobt_block_maxrecs(blocklen, true) / 2; in xfs_finobt_maxlevels_ondisk()
605 minrecs[1] = xfs_inobt_block_maxrecs(blocklen, false) / 2; in xfs_finobt_maxlevels_ondisk()

Completed in 2 milliseconds