Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.c56 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local
77 maxleafents = MAXEXTNUM; in xfs_bmap_compute_maxlevels()
80 maxleafents = MAXAEXTNUM; in xfs_bmap_compute_maxlevels()
86 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()