Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c400 xfs_refcountbt_block_maxrecs( in xfs_refcountbt_block_maxrecs() function
419 return xfs_refcountbt_block_maxrecs(blocklen, leaf); in xfs_refcountbt_maxrecs()
431 minrecs[0] = xfs_refcountbt_block_maxrecs(blocklen, true) / 2; in xfs_refcountbt_maxlevels_ondisk()
432 minrecs[1] = xfs_refcountbt_block_maxrecs(blocklen, false) / 2; in xfs_refcountbt_maxlevels_ondisk()

Completed in 6 milliseconds