Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c1950 uint maxleafents; in xfs_ialloc_compute_maxlevels() local
1954 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()
1958 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_ialloc_compute_maxlevels()
Dxfs_alloc.c1809 uint maxleafents; in xfs_alloc_compute_maxlevels() local
1813 maxleafents = (mp->m_sb.sb_agblocks + 1) / 2; in xfs_alloc_compute_maxlevels()
1816 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()