Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_bmap.c59 int minleafrecs; /* min records in leaf block */ in xfs_bmap_compute_maxlevels() local
83 minleafrecs = mp->m_bmap_dmnr[0]; in xfs_bmap_compute_maxlevels()
85 maxblocks = howmany_64(maxleafents, minleafrecs); in xfs_bmap_compute_maxlevels()