Searched refs:minleafrecs (Results 1 – 3 of 3) sorted by relevance
1388 int minleafrecs; in xfs_ialloc_compute_maxlevels() local1393 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()1395 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
1862 int minleafrecs; in xfs_alloc_compute_maxlevels() local1866 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()1868 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
4204 int minleafrecs; /* min records in leaf block */ in xfs_bmap_compute_maxlevels() local4230 minleafrecs = mp->m_bmap_dmnr[0]; in xfs_bmap_compute_maxlevels()4232 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()