Home
last modified time | relevance | path

Searched refs:m_alloc_mnr (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_trans_space.h25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
Dxfs_mount.h157 uint m_alloc_mnr[2]; /* min alloc btree records */ member
Dxfs_alloc_btree.c196 return cur->bc_mp->m_alloc_mnr[level != 0]; in xfs_allocbt_get_minrecs()
Dxfs_ialloc.c1405 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()
1406 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
Dxfs_mount.c764 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()
Dxfs_alloc.c1718 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()
1719 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()