Searched refs:minleafrecs (Results 1 – 1 of 1) sorted by relevance
60 int minleafrecs; /* min records in leaf block */ in xfs_bmap_compute_maxlevels() local86 minleafrecs = mp->m_bmap_dmnr[0]; in xfs_bmap_compute_maxlevels()88 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()