Searched refs:maxleafents (Results 1 – 3 of 3) sorted by relevance
2400 uint maxleafents; in xfs_ialloc_compute_maxlevels() local2404 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()2408 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
1844 uint maxleafents; in xfs_alloc_compute_maxlevels() local1848 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2; in xfs_alloc_compute_maxlevels()1851 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
67 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local88 maxleafents = MAXEXTNUM; in xfs_bmap_compute_maxlevels()91 maxleafents = MAXAEXTNUM; in xfs_bmap_compute_maxlevels()97 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()