xfs_rtb_to_rtx
xfs_rtb_to_rtx(mp, x) < mp->m_sb.sb_rgextents;
error = xfs_rtfree_extent(tp, rtg, xfs_rtb_to_rtx(mp, rtbno),
xfs_rtxnum_t rtx = xfs_rtb_to_rtx(mp, rtbno);
xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen);
startext = xfs_rtb_to_rtx(sc->mp, rtbno);
endext = xfs_rtb_to_rtx(sc->mp, rtbno + len - 1);
start_rtx = xfs_rtb_to_rtx(mp, start_rtbno);
end_rtx = xfs_rtb_to_rtx(mp, end_rtbno + mp->m_sb.sb_rextsize - 1);
start_rtx = xfs_rtb_to_rtx(mp, start_rtbno);
end_rtx = xfs_rtb_to_rtx(mp,
start = xfs_rtb_to_rtx(args.mp, bno_hint);