Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c2400 uint maxleafents; in xfs_ialloc_compute_maxlevels() local
2404 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()
2408 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1844 uint maxleafents; in xfs_alloc_compute_maxlevels() local
1848 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2; in xfs_alloc_compute_maxlevels()
1851 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_alloc_compute_maxlevels()
Dxfs_bmap.c67 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local
88 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()