xfs_verify_rtbno 6183 fs/xfs/libxfs/xfs_bmap.c 		if (!xfs_verify_rtbno(mp, irec->br_startblock))
xfs_verify_rtbno 6185 fs/xfs/libxfs/xfs_bmap.c 		if (!xfs_verify_rtbno(mp, endfsb))
xfs_verify_rtbno  199 fs/xfs/libxfs/xfs_types.h bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
xfs_verify_rtbno  337 fs/xfs/scrub/bmap.c 	    (!xfs_verify_rtbno(mp, irec->br_startblock) ||
xfs_verify_rtbno  338 fs/xfs/scrub/bmap.c 	     !xfs_verify_rtbno(mp, end)))
xfs_verify_rtbno   55 fs/xfs/scrub/rtbitmap.c 	    !xfs_verify_rtbno(sc->mp, startblock) ||
xfs_verify_rtbno   56 fs/xfs/scrub/rtbitmap.c 	    !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1))
xfs_verify_rtbno  134 fs/xfs/xfs_rtalloc.h bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);