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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_space.h15 (((mp)->m_rmap_mxr[0]) - ((mp)->m_rmap_mnr[0]))
H A Dxfs_rmap_btree.c146 return cur->bc_mp->m_rmap_mnr[level != 0];
789 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr,
797 mp->m_rmap_mnr, mp->m_sb.sb_agblocks);
808 return xfs_btree_calc_size(mp->m_rmap_mnr, len);
H A Dxfs_sb.c996 mp->m_rmap_mnr[0] = mp->m_rmap_mxr[0] / 2;
997 mp->m_rmap_mnr[1] = mp->m_rmap_mxr[1] / 2;
/linux-master/fs/xfs/
H A Dxfs_mount.h131 uint m_rmap_mnr[2]; /* min rmap btree records */ member in struct:xfs_mount

Completed in 223 milliseconds