Symbol: xfs_rtb_to_rgno
fs/xfs/libxfs/xfs_bmap.c
1427
if (xfs_rtb_to_rgno(mp, left->br_startblock) !=
fs/xfs/libxfs/xfs_bmap.c
1428
xfs_rtb_to_rgno(mp, right->br_startblock))
fs/xfs/libxfs/xfs_bmap.c
3003
return xfs_rtb_to_rgno(mp, x) == xfs_rtb_to_rgno(mp, y) &&
fs/xfs/libxfs/xfs_bmap.c
3004
xfs_rtb_to_rgno(mp, x) < mp->m_sb.sb_rgcount &&
fs/xfs/libxfs/xfs_rtgroup.h
250
xfs_rgnumber_t rgno = xfs_rtb_to_rgno(mp, rtbno);
fs/xfs/libxfs/xfs_types.c
150
xfs_rgnumber_t rgno = xfs_rtb_to_rgno(mp, rtbno);
fs/xfs/libxfs/xfs_types.c
186
xfs_rtb_to_rgno(mp, rtbno) != xfs_rtb_to_rgno(mp, rtbno + len - 1))
fs/xfs/scrub/bmap.c
332
xfs_rtb_to_rgno(ip->i_mount, irec->br_startblock),
fs/xfs/scrub/bmap.c
943
if (xfs_rtb_to_rgno(mp, b1->br_startblock) !=
fs/xfs/scrub/bmap.c
944
xfs_rtb_to_rgno(mp, b2->br_startblock))
fs/xfs/scrub/cow_repair.c
336
xfs_rtb_to_rgno(sc->mp, xc->irec.br_startblock));
fs/xfs/scrub/reap.c
1107
sc->sr.rtg = xfs_rtgroup_get(sc->mp, xfs_rtb_to_rgno(sc->mp, rtbno));
fs/xfs/scrub/rtrmap_repair.c
229
if (xfs_rtb_to_rgno(mp, rec->br_startblock) !=
fs/xfs/xfs_discard.c
760
start_rgno = xfs_rtb_to_rgno(mp, start_rtbno);
fs/xfs/xfs_discard.c
768
end_rgno = xfs_rtb_to_rgno(mp, end_rtbno);
fs/xfs/xfs_fsmap.c
780
start_rgno = xfs_rtb_to_rgno(mp, start_rtbno);
fs/xfs/xfs_fsmap.c
783
end_rgno = xfs_rtb_to_rgno(mp, end_rtbno);
fs/xfs/xfs_fsmap.c
968
start_rg = xfs_rtb_to_rgno(mp, start_rtb);
fs/xfs/xfs_fsmap.c
969
end_rg = xfs_rtb_to_rgno(mp, end_rtb);
fs/xfs/xfs_reflink.c
202
rtg = xfs_rtgroup_get(mp, xfs_rtb_to_rgno(mp, irec->br_startblock));
fs/xfs/xfs_rtalloc.c
2058
start_rgno = xfs_rtb_to_rgno(mp, bno_hint);