xfs_allocbt_maxrecs   51 fs/xfs/libxfs/xfs_alloc_btree.h extern int xfs_allocbt_maxrecs(struct xfs_mount *, int, int);
xfs_allocbt_maxrecs  815 fs/xfs/libxfs/xfs_sb.c 	mp->m_alloc_mxr[0] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 1);
xfs_allocbt_maxrecs  816 fs/xfs/libxfs/xfs_sb.c 	mp->m_alloc_mxr[1] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 0);