Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c621 return xfs_btree_space_to_height(minrecs, XFS_MAX_CRC_AG_BLOCKS); in xfs_rmapbt_maxlevels_ondisk()
648 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()
H A Dxfs_btree.h525 unsigned int xfs_btree_space_to_height(const unsigned int *limits,
H A Dxfs_btree.c4695 xfs_btree_space_to_height( in xfs_btree_space_to_height() function