Searched refs:m_alloc_mnr (Results 1 – 6 of 6) sorted by relevance
25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
675 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common()676 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_sb_mount_common()
194 return cur->bc_mp->m_alloc_mnr[level != 0]; in xfs_allocbt_get_minrecs()
1956 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()1957 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
1814 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()1815 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()
88 uint m_alloc_mnr[2]; /* min alloc btree records */ member