Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rmap_btree.c767 return max(xfs_btree_space_to_height(minrecs, XFS_MAX_CRC_AG_BLOCKS), in xfs_rmapbt_maxlevels_ondisk()
795 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()
Dxfs_rtrmap_btree.c743 return xfs_btree_space_to_height(minrecs, max_dblocks); in xfs_rtrmapbt_maxlevels_ondisk()
789 d_maxlevels = xfs_btree_space_to_height(mp->m_rtrmap_mnr, in xfs_rtrmapbt_compute_maxlevels()
Dxfs_btree.h471 unsigned int xfs_btree_space_to_height(const unsigned int *limits,
Dxfs_rtrefcount_btree.c534 d_maxlevels = xfs_btree_space_to_height(mp->m_rtrefc_mnr, in xfs_rtrefcountbt_compute_maxlevels()
Dxfs_btree.c5016 xfs_btree_space_to_height( in xfs_btree_space_to_height() function
/linux-6.14.4/fs/xfs/scrub/
Drcbag_btree.c276 return xfs_btree_space_to_height(minrecs, ULLONG_MAX); in rcbagbt_maxlevels_possible()