xfs_verify_rtbext
if (XFS_IS_CORRUPT(mp, !xfs_verify_rtbext(mp, bno, len)))
if (!xfs_verify_rtbext(mp, irec->br_startblock,
ASSERT(xfs_verify_rtbext(mp, ri->ri_startblock, ri->ri_blockcount));
bool xfs_verify_rtbext(struct xfs_mount *mp, xfs_rtblock_t rtbno,
!xfs_verify_rtbext(mp, irec->br_startblock, irec->br_blockcount))
if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount))
if (!xfs_verify_rtbext(mp, rtbno, rtlen)) {
return xfs_verify_rtbext(mp, map->me_startblock, map->me_len);
return xfs_verify_rtbext(mp, extp->ext_start, extp->ext_len);
return xfs_verify_rtbext(mp, pmap->pe_startblock, pmap->pe_len);
return xfs_verify_rtbext(mp, map->me_startblock, map->me_len);