Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rtrefcount_btree.c456 xfs_rtrefcountbt_block_maxrecs( in xfs_rtrefcountbt_block_maxrecs() function
477 return xfs_rtrefcountbt_block_maxrecs(blocklen, leaf); in xfs_rtrefcountbt_maxrecs()
489 minrecs[0] = xfs_rtrefcountbt_block_maxrecs(blocklen, true) / 2; in xfs_rtrefcountbt_maxlevels_ondisk()
490 minrecs[1] = xfs_rtrefcountbt_block_maxrecs(blocklen, false) / 2; in xfs_rtrefcountbt_maxlevels_ondisk()