xfs_verify_fsbext
if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbext(mp, bno, len)))
if (!xfs_verify_fsbext(mp, irec->br_startblock,
ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount));
bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
!xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount))
return xfs_verify_fsbext(mp, map->me_startblock, map->me_len);
return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len);
return xfs_verify_fsbext(mp, pmap->pe_startblock, pmap->pe_len);
return xfs_verify_fsbext(mp, map->me_startblock, map->me_len);