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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc.c1406 int minnoderecs; local
1411 minnoderecs = mp->m_alloc_mnr[1];
1414 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;
H A Dxfs_alloc.c1720 int minnoderecs; local
1724 minnoderecs = mp->m_alloc_mnr[1];
1727 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;
H A Dxfs_bmap.c3751 int minnoderecs; /* min records in node block */ local
3777 minnoderecs = mp->m_bmap_dmnr[1];
3783 maxblocks = (maxblocks + minnoderecs - 1) / minnoderecs;

Completed in 46 milliseconds