XFS_INOBT_BLOCK_MAXRECS   70 fs/xfs/xfs_btree.c 		return (int)XFS_INOBT_BLOCK_MAXRECS(
XFS_INOBT_BLOCK_MAXRECS  372 fs/xfs/xfs_ialloc_btree.c 	    lrecs + numrecs <= XFS_INOBT_BLOCK_MAXRECS(level, cur)) {
XFS_INOBT_BLOCK_MAXRECS  394 fs/xfs/xfs_ialloc_btree.c 		 rrecs + numrecs <= XFS_INOBT_BLOCK_MAXRECS(level, cur)) {
XFS_INOBT_BLOCK_MAXRECS  608 fs/xfs/xfs_ialloc_btree.c 	if (numrecs == XFS_INOBT_BLOCK_MAXRECS(level, cur)) {
XFS_INOBT_BLOCK_MAXRECS 1101 fs/xfs/xfs_ialloc_btree.c 	if (be16_to_cpu(left->bb_numrecs) == XFS_INOBT_BLOCK_MAXRECS(level, cur)) {
XFS_INOBT_BLOCK_MAXRECS 1388 fs/xfs/xfs_ialloc_btree.c 	if (be16_to_cpu(right->bb_numrecs) == XFS_INOBT_BLOCK_MAXRECS(level, cur)) {
XFS_INOBT_BLOCK_MAXRECS  117 fs/xfs/xfs_ialloc_btree.h 				i, XFS_INOBT_BLOCK_MAXRECS(1, cur)))