Symbol: XG_TYPE_RTG
fs/xfs/libxfs/xfs_refcount.c
2059
bool isrt = xg->xg_type == XG_TYPE_RTG;
fs/xfs/libxfs/xfs_rmap.c
2705
if (ri->ri_group->xg_type == XG_TYPE_RTG)
fs/xfs/libxfs/xfs_rtbitmap.h
132
rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask;
fs/xfs/libxfs/xfs_rtbitmap.h
154
rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask;
fs/xfs/libxfs/xfs_rtgroup.c
107
error = xfs_group_insert(mp, rtg_group(rtg), rgno, XG_TYPE_RTG);
fs/xfs/libxfs/xfs_rtgroup.c
122
xfs_group_free(mp, rgno, XG_TYPE_RTG, NULL);
fs/xfs/libxfs/xfs_rtgroup.h
118
return to_rtg(xfs_group_get(mp, rgno, XG_TYPE_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
159
start_rgno, end_rgno, XG_TYPE_RTG));
fs/xfs/libxfs/xfs_rtgroup.h
209
return xfs_fsb_to_gno(mp, rtbno, XG_TYPE_RTG);
fs/xfs/libxfs/xfs_rtgroup.h
217
return xfs_fsb_to_gbno(mp, rtbno, XG_TYPE_RTG);
fs/xfs/libxfs/xfs_rtgroup.h
226
return (rtbno & mp->m_groups[XG_TYPE_RTG].blkmask) == 0;
fs/xfs/libxfs/xfs_rtgroup.h
247
struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG];
fs/xfs/libxfs/xfs_rtgroup.h
263
struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG];
fs/xfs/libxfs/xfs_rtgroup.h
371
return xfs_groups_to_rfsbs(mp, nr_groups, XG_TYPE_RTG);
fs/xfs/libxfs/xfs_rtgroup.h
382
struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG];
fs/xfs/libxfs/xfs_rtrmap_btree.c
776
mp->m_groups[XG_TYPE_RTG].blocks);
fs/xfs/libxfs/xfs_rtrmap_btree.c
813
uint32_t blocks = mp->m_groups[XG_TYPE_RTG].blocks;
fs/xfs/libxfs/xfs_sb.c
1209
struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG];
fs/xfs/libxfs/xfs_types.h
234
{ XG_TYPE_RTG, "rtg" }
fs/xfs/scrub/trace.h
45
TRACE_DEFINE_ENUM(XG_TYPE_RTG);
fs/xfs/xfs_bmap_item.c
338
type = XG_TYPE_RTG;
fs/xfs/xfs_extfree_item.c
504
xfs_efi_is_realtime(xefi) ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_extfree_item.c
638
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_fsmap.c
223
if (info->group->xg_type == XG_TYPE_RTG)
fs/xfs/xfs_healthmon.c
500
case XG_TYPE_RTG:
fs/xfs/xfs_iops.c
647
return XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_RTG].awu_max);
fs/xfs/xfs_mount.c
735
mp->m_groups[XG_TYPE_RTG].blocks);
fs/xfs/xfs_mount.c
738
xfs_calc_group_awu_max(mp, XG_TYPE_RTG));
fs/xfs/xfs_mount.c
814
xfs_calc_atomic_write_unit_max(mp, XG_TYPE_RTG);
fs/xfs/xfs_mount.h
816
case XG_TYPE_RTG:
fs/xfs/xfs_notify_failure.c
264
type == XG_TYPE_RTG ? XFS_DEV_RT : XFS_DEV_DATA,
fs/xfs/xfs_notify_failure.c
272
if (type == XG_TYPE_RTG) {
fs/xfs/xfs_notify_failure.c
392
XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_refcount_item.c
380
ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_refcount_item.c
491
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_rmap_item.c
405
ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_rmap_item.c
556
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_rtalloc.c
1294
uint32_t gblocks = mp->m_groups[XG_TYPE_RTG].blocks;
fs/xfs/xfs_trace.h
322
TRACE_DEFINE_ENUM(XG_TYPE_RTG);
fs/xfs/xfs_trace.h
3456
if (bi->bi_group->xg_type == XG_TYPE_RTG &&
fs/xfs/xfs_trace.h
499
__entry->blocks = mp->m_groups[XG_TYPE_RTG].blocks;
fs/xfs/xfs_verify_media.c
101
if (type == XG_TYPE_RTG) {
fs/xfs/xfs_verify_media.c
257
xfs_verify_report_losses(mp, XG_TYPE_RTG, daddr, bio_bbcount);
fs/xfs/xfs_zone_alloc.c
1240
.zone_capacity = mp->m_groups[XG_TYPE_RTG].blocks,
fs/xfs/xfs_zone_alloc.c
450
XA_STATE (xas, &mp->m_groups[XG_TYPE_RTG].xa, 0);
fs/xfs/xfs_zone_alloc.c
53
mp->m_groups[XG_TYPE_RTG].blocks;
fs/xfs/xfs_zone_alloc.c
648
XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_RTG].blocks);
fs/xfs/xfs_zone_alloc.c
940
return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa,
fs/xfs/xfs_zone_gc.c
1179
if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_FREE) ||