Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.c57 uint maxleafents; /* max leaf entries possible */ in xfs_bmap_compute_maxlevels() local
78 maxleafents = MAXEXTNUM; in xfs_bmap_compute_maxlevels()
81 maxleafents = MAXAEXTNUM; in xfs_bmap_compute_maxlevels()
87 maxblocks = (maxleafents + minleafrecs - 1) / minleafrecs; in xfs_bmap_compute_maxlevels()