Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c2402 int minnoderecs; in xfs_ialloc_compute_maxlevels() local
2407 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
2410 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1846 int minnoderecs; in xfs_alloc_compute_maxlevels() local
1850 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()
1853 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c70 int minnoderecs; /* min records in node block */ in xfs_bmap_compute_maxlevels() local
96 minnoderecs = mp->m_bmap_dmnr[1]; in xfs_bmap_compute_maxlevels()
102 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_bmap_compute_maxlevels()