XFS_IBT_BLOCK     181 fs/xfs/libxfs/xfs_ag.c 	rrec->rm_startblock = cpu_to_be32(XFS_IBT_BLOCK(mp));
XFS_IBT_BLOCK     183 fs/xfs/libxfs/xfs_ag.c 					  XFS_IBT_BLOCK(mp));
XFS_IBT_BLOCK     320 fs/xfs/libxfs/xfs_ag.c 	agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp));
XFS_IBT_BLOCK     427 fs/xfs/libxfs/xfs_ag.c 		.daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_IBT_BLOCK(mp)),
XFS_IBT_BLOCK      68 fs/xfs/libxfs/xfs_alloc.c 	return XFS_IBT_BLOCK(mp) + 1;
XFS_IBT_BLOCK      81 fs/xfs/libxfs/xfs_alloc.c 	return XFS_IBT_BLOCK(mp) + 1;
XFS_IBT_BLOCK    1340 fs/xfs/libxfs/xfs_format.h #define	XFS_FIBT_BLOCK(mp)		((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
XFS_IBT_BLOCK    1455 fs/xfs/libxfs/xfs_format.h 	 XFS_IBT_BLOCK(mp) + 1)