Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c1952 int minnoderecs; in xfs_ialloc_compute_maxlevels() local
1957 minnoderecs = mp->m_alloc_mnr[1]; in xfs_ialloc_compute_maxlevels()
1960 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1811 int minnoderecs; in xfs_alloc_compute_maxlevels() local
1815 minnoderecs = mp->m_alloc_mnr[1]; in xfs_alloc_compute_maxlevels()
1818 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()