Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_ialloc.c1398 int minleafrecs; in xfs_ialloc_compute_maxlevels() local
1403 minleafrecs = mp->m_alloc_mnr[0]; in xfs_ialloc_compute_maxlevels()
1405 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1658 int minleafrecs; in xfs_alloc_compute_maxlevels() local
1662 minleafrecs = mp->m_alloc_mnr[0]; in xfs_alloc_compute_maxlevels()
1664 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c3780 int minleafrecs; /* min records in leaf block */ in xfs_bmap_compute_maxlevels() local
3806 minleafrecs = mp->m_bmap_dmnr[0]; in xfs_bmap_compute_maxlevels()
3808 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()