Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_space.h25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
Dxfs_mount.h156 uint m_alloc_mxr[2]; /* max alloc btree records */ member
Dxfs_alloc_btree.c204 return cur->bc_mp->m_alloc_mxr[level != 0]; in xfs_allocbt_get_maxrecs()
Dxfs_mount.c762 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()