Searched refs:maxleafents (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.c1404 uint maxleafents; local
1408 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >>
1412 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
H A Dxfs_alloc.c1718 uint maxleafents; local
1722 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2;
1725 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;
H A Dxfs_bmap.c3748 uint maxleafents; /* max leaf entries possible */ local
3769 maxleafents = MAXEXTNUM;
3772 maxleafents = MAXAEXTNUM;
3778 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs;

Completed in 64 milliseconds