Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.h53 unsigned int xfs_inobt_maxrecs(struct xfs_mount *mp, unsigned int blocklen,
Dxfs_ialloc_btree.c576 xfs_inobt_maxrecs( in xfs_inobt_maxrecs() function
Dxfs_ialloc.c2951 igeo->inobt_mxr[0] = xfs_inobt_maxrecs(mp, sbp->sb_blocksize, true); in xfs_ialloc_setup_geometry()
2952 igeo->inobt_mxr[1] = xfs_inobt_maxrecs(mp, sbp->sb_blocksize, false); in xfs_ialloc_setup_geometry()