Searched refs:minleafrecs (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.c1405 int minleafrecs; local
1410 minleafrecs = mp->m_alloc_mnr[0];
1412 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
H A Dxfs_alloc.c1719 int minleafrecs; local
1723 minleafrecs = mp->m_alloc_mnr[0];
1725 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
H A Dxfs_bmap.c3750 int minleafrecs; /* min records in leaf block */ local
3776 minleafrecs = mp->m_bmap_dmnr[0];
3778 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;

Completed in 83 milliseconds