Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ialloc.c1401 int minnoderecs; in xfs_ialloc_compute_maxlevels() local
1406 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
1409 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1715 int minnoderecs; in xfs_alloc_compute_maxlevels() local
1719 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()
1722 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c3620 int minnoderecs; /* min records in node block */ in xfs_bmap_compute_maxlevels() local
3646 minnoderecs = mp->m_bmap_dmnr[1]; in xfs_bmap_compute_maxlevels()
3652 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_bmap_compute_maxlevels()