Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.c533 xfs_inobt_block_maxrecs( in xfs_inobt_block_maxrecs() function
552 return xfs_inobt_block_maxrecs(blocklen, leaf); in xfs_inobt_maxrecs()
573 minrecs[0] = xfs_inobt_block_maxrecs(blocklen, true) / 2; in xfs_inobt_maxlevels_ondisk()
574 minrecs[1] = xfs_inobt_block_maxrecs(blocklen, false) / 2; in xfs_inobt_maxlevels_ondisk()
588 minrecs[0] = xfs_inobt_block_maxrecs(blocklen, true) / 2; in xfs_finobt_maxlevels_ondisk()
589 minrecs[1] = xfs_inobt_block_maxrecs(blocklen, false) / 2; in xfs_finobt_maxlevels_ondisk()