XFS_BNO_BLOCK     168 fs/xfs/libxfs/xfs_ag.c 	rrec->rm_blockcount = cpu_to_be32(XFS_BNO_BLOCK(mp));
XFS_BNO_BLOCK     174 fs/xfs/libxfs/xfs_ag.c 	rrec->rm_startblock = cpu_to_be32(XFS_BNO_BLOCK(mp));
XFS_BNO_BLOCK     250 fs/xfs/libxfs/xfs_ag.c 	agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp));
XFS_BNO_BLOCK     413 fs/xfs/libxfs/xfs_ag.c 		.daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_BNO_BLOCK(mp)),
XFS_BNO_BLOCK    1258 fs/xfs/libxfs/xfs_format.h #define	XFS_CNT_BLOCK(mp)	((xfs_agblock_t)(XFS_BNO_BLOCK(mp) + 1))