Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_trans_space.h25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
Dxfs_sb.c719 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common()
720 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_sb_mount_common()
Dxfs_alloc_btree.c194 return cur->bc_mp->m_alloc_mnr[level != 0]; in xfs_allocbt_get_minrecs()
Dxfs_ialloc.c2406 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()
2407 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1849 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()
1850 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()
/linux-4.4.14/fs/xfs/
Dxfs_mount.h88 uint m_alloc_mnr[2]; /* min alloc btree records */ member