Symbol: to_rtg
fs/xfs/libxfs/xfs_refcount.c
1477
struct xfs_rtgroup *rtg = to_rtg(ri->ri_group);
fs/xfs/libxfs/xfs_refcount.c
1502
struct xfs_rtgroup *rtg = to_rtg(ri->ri_group);
fs/xfs/libxfs/xfs_refcount.c
177
return xfs_rtrefcount_check_irec(to_rtg(cur->bc_group), irec);
fs/xfs/libxfs/xfs_refcount.c
2104
xfs_rtgroup_lock(to_rtg(xg), XFS_RTGLOCK_REFCOUNT);
fs/xfs/libxfs/xfs_refcount.c
2105
cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(xg));
fs/xfs/libxfs/xfs_refcount.c
2120
xfs_rtgroup_unlock(to_rtg(xg), XFS_RTGLOCK_REFCOUNT);
fs/xfs/libxfs/xfs_rmap.c
2664
struct xfs_rtgroup *rtg = to_rtg(ri->ri_group);
fs/xfs/libxfs/xfs_rmap.c
339
return xfs_rtrmap_check_irec(to_rtg(cur->bc_group), irec);
fs/xfs/libxfs/xfs_rtgroup.h
118
return to_rtg(xfs_group_get(mp, rgno, XG_TYPE_RTG));
fs/xfs/libxfs/xfs_rtgroup.h
125
return to_rtg(xfs_group_hold(rtg_group(rtg)));
fs/xfs/libxfs/xfs_rtgroup.h
141
return to_rtg(xfs_group_grab(mp, rgno, XG_TYPE_RTG));
fs/xfs/libxfs/xfs_rtgroup.h
158
return to_rtg(xfs_group_next_range(mp, rtg ? rtg_group(rtg) : NULL,
fs/xfs/libxfs/xfs_rtrefcount_btree.c
48
return xfs_rtrefcountbt_init_cursor(cur->bc_tp, to_rtg(cur->bc_group));
fs/xfs/libxfs/xfs_rtrmap_btree.c
50
return xfs_rtrmapbt_init_cursor(cur->bc_tp, to_rtg(cur->bc_group));
fs/xfs/scrub/bmap_repair.c
396
if (!xfs_verify_rgbext(to_rtg(cur->bc_group), rec->rm_startblock,
fs/xfs/scrub/bmap_repair.c
441
xfs_rgbno_to_rtb(to_rtg(cur->bc_group),
fs/xfs/scrub/rtrefcount.c
467
if (xfs_rtrefcount_check_irec(to_rtg(bs->cur->bc_group), &irec) !=
fs/xfs/scrub/rtrmap.c
228
xfs_rtrmap_check_irec(to_rtg(bs->cur->bc_group), &irec) != NULL) {
fs/xfs/xfs_extfree_item.c
785
if (*rtgp != to_rtg(xefi->xefi_group)) {
fs/xfs/xfs_extfree_item.c
793
*rtgp = to_rtg(xefi->xefi_group);
fs/xfs/xfs_fsmap.c
1028
xfs_rtgroup_unlock(to_rtg(bt_cur->bc_group),
fs/xfs/xfs_fsmap.c
224
cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(info->group));
fs/xfs/xfs_fsmap.c
863
struct xfs_rtgroup *rtg = to_rtg(info->group);
fs/xfs/xfs_fsmap.c
989
xfs_rtgroup_unlock(to_rtg(bt_cur->bc_group),
fs/xfs/xfs_notify_failure.c
313
rtg = to_rtg(xg);
fs/xfs/xfs_verify_media.c
131
rtg = to_rtg(xg);
fs/xfs/xfs_zone_alloc.c
471
return xfs_init_open_zone(to_rtg(xg), 0, write_hint, is_gc);
fs/xfs/xfs_zone_gc.c
974
struct xfs_rtgroup *rtg = to_rtg(next);