xfs_rgbno_to_rtxoff
mod = xfs_rgbno_to_rtxoff(mp, rtb->next_rgbno);
mod = xfs_rgbno_to_rtxoff(mp, rgbno - 1);
mod = xfs_rgbno_to_rtxoff(mp, irec.rc_startblock);
if (xfs_rgbno_to_rtxoff(sc->mp, rec->rc_startblock) != 0)
if (xfs_rgbno_to_rtxoff(sc->mp, last) != sc->mp->m_sb.sb_rextsize - 1)