Home
last modified time | relevance | path

Searched refs:minleafrecs (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_ialloc.c1292 int minleafrecs; in xfs_ialloc_compute_maxlevels() local
1297 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()
1299 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1799 int minleafrecs; in xfs_alloc_compute_maxlevels() local
1803 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()
1805 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c4155 int minleafrecs; /* min records in leaf block */ in xfs_bmap_compute_maxlevels() local
4176 minleafrecs = mp->m_bmap_dmnr[0]; in xfs_bmap_compute_maxlevels()
4178 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()