Searched refs:maxleafents (Results 1 – 3 of 3) sorted by relevance
1387 uint maxleafents; in xfs_ialloc_compute_maxlevels() local1391 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()1395 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
1861 uint maxleafents; in xfs_alloc_compute_maxlevels() local1865 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2; in xfs_alloc_compute_maxlevels()1868 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
4202 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local4223 maxleafents = MAXEXTNUM; in xfs_bmap_compute_maxlevels()4226 maxleafents = MAXAEXTNUM; in xfs_bmap_compute_maxlevels()4232 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()