Searched refs:m_alloc_mxr (Results 1 – 4 of 4) sorted by relevance
25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
156 uint m_alloc_mxr[2]; /* max alloc btree records */ member
204 return cur->bc_mp->m_alloc_mxr[level != 0]; in xfs_allocbt_get_maxrecs()
762 mp->m_alloc_mxr[0] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 1); in xfs_mount_common()763 mp->m_alloc_mxr[1] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 0); in xfs_mount_common()764 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_mount_common()765 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_mount_common()