Home
last modified time | relevance | path

Searched refs:maxrootrecs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c58 int maxrootrecs; /* max records in root block */ in xfs_bmap_compute_maxlevels() local
84 maxrootrecs = xfs_bmdr_maxrecs(sz, 0); in xfs_bmap_compute_maxlevels()
89 if (maxblocks <= maxrootrecs) in xfs_bmap_compute_maxlevels()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c58 int maxrootrecs; /* max records in root block */ in xfs_bmap_compute_maxlevels() local
82 maxrootrecs = xfs_bmdr_maxrecs(sz, 0); in xfs_bmap_compute_maxlevels()
87 if (maxblocks <= maxrootrecs) in xfs_bmap_compute_maxlevels()

Completed in 14 milliseconds