Home
last modified time | relevance | path

Searched refs:maxleafents (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_ialloc.c1387 uint maxleafents; in xfs_ialloc_compute_maxlevels() local
1391 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()
1395 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1861 uint maxleafents; in xfs_alloc_compute_maxlevels() local
1865 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2; in xfs_alloc_compute_maxlevels()
1868 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c4202 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local
4223 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()