MAXEXTLEN         767 fs/xfs/xfs_bmap.c 		LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN);
MAXEXTLEN         785 fs/xfs/xfs_bmap.c 		new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
MAXEXTLEN         789 fs/xfs/xfs_bmap.c 		     <= MAXEXTLEN));
MAXEXTLEN        1329 fs/xfs/xfs_bmap.c 		LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN);
MAXEXTLEN        1347 fs/xfs/xfs_bmap.c 		new->br_blockcount + RIGHT.br_blockcount <= MAXEXTLEN &&
MAXEXTLEN        1351 fs/xfs/xfs_bmap.c 		     <= MAXEXTLEN));
MAXEXTLEN        1871 fs/xfs/xfs_bmap.c 		left.br_blockcount + new->br_blockcount <= MAXEXTLEN);
MAXEXTLEN        1875 fs/xfs/xfs_bmap.c 		new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
MAXEXTLEN        1878 fs/xfs/xfs_bmap.c 		     right.br_blockcount <= MAXEXTLEN)));
MAXEXTLEN        2063 fs/xfs/xfs_bmap.c 		left.br_blockcount + new->br_blockcount <= MAXEXTLEN);
MAXEXTLEN        2070 fs/xfs/xfs_bmap.c 		new->br_blockcount + right.br_blockcount <= MAXEXTLEN &&
MAXEXTLEN        2073 fs/xfs/xfs_bmap.c 		     right.br_blockcount <= MAXEXTLEN));
MAXEXTLEN        2601 fs/xfs/xfs_bmap.c 	if (ralen * mp->m_sb.sb_rextsize >= MAXEXTLEN)
MAXEXTLEN        2602 fs/xfs/xfs_bmap.c 		ralen = MAXEXTLEN / mp->m_sb.sb_rextsize;
MAXEXTLEN        4114 fs/xfs/xfs_bmap.c 	ASSERT(len <= MAXEXTLEN);
MAXEXTLEN        4866 fs/xfs/xfs_bmap.c 					XFS_FILBLKS_MIN(len, MAXEXTLEN);