xfs_fsb_to_gno
return xfs_group_get(mp, xfs_fsb_to_gno(mp, fsbno, type), type);
return xfs_fsb_to_gno(mp, rtbno, XG_TYPE_RTG);
start_gno = xfs_fsb_to_gno(mp, start_bno, type);
end_gno = xfs_fsb_to_gno(mp, end_bno, type);
start_gno = xfs_fsb_to_gno(mp, start_bno, type);
end_gno = xfs_fsb_to_gno(mp, end_bno, type);