Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c152 return cur->bc_mp->m_rmap_mnr[level != 0]; in xfs_rmapbt_get_minrecs()
795 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()
803 mp->m_rmap_mnr, mp->m_sb.sb_agblocks); in xfs_rmapbt_compute_maxlevels()
814 return xfs_btree_calc_size(mp->m_rmap_mnr, len); in xfs_rmapbt_calc_size()
/linux/fs/xfs/
H A Dxfs_mount.h160 uint m_rmap_mnr[2]; /* min rmap btree records */ member