Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap_btree.c155 return cur->bc_mp->m_rmap_mnr[level != 0]; in xfs_rmapbt_get_minrecs()
524 mp->m_rmap_mnr, mp->m_sb.sb_agblocks); in xfs_rmapbt_compute_maxlevels()
533 return xfs_btree_calc_size(mp->m_rmap_mnr, len); in xfs_rmapbt_calc_size()
Dxfs_trans_space.h15 (((mp)->m_rmap_mxr[0]) - ((mp)->m_rmap_mnr[0]))
Dxfs_sb.c834 mp->m_rmap_mnr[0] = mp->m_rmap_mxr[0] / 2; in xfs_sb_mount_common()
835 mp->m_rmap_mnr[1] = mp->m_rmap_mxr[1] / 2; in xfs_sb_mount_common()
/linux-4.19.296/fs/xfs/
Dxfs_mount.h114 uint m_rmap_mnr[2]; /* min rmap btree records */ member