Home
last modified time | relevance | path

Searched refs:XG_TYPE_RTG (Results 1 – 24 of 24) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_rtgroup.h118 return to_rtg(xfs_group_get(mp, rgno, XG_TYPE_RTG)); in xfs_rtgroup_get()
141 return to_rtg(xfs_group_grab(mp, rgno, XG_TYPE_RTG)); in xfs_rtgroup_grab()
159 start_rgno, end_rgno, XG_TYPE_RTG)); in xfs_rtgroup_next_range()
209 return xfs_fsb_to_gno(mp, rtbno, XG_TYPE_RTG); in xfs_rtb_to_rgno()
217 return xfs_fsb_to_gbno(mp, rtbno, XG_TYPE_RTG); in xfs_rtb_to_rgbno()
226 return (rtbno & mp->m_groups[XG_TYPE_RTG].blkmask) == 0; in xfs_rtbno_is_group_start()
247 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_rtb_to_daddr()
263 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_daddr_to_rtb()
A Dxfs_types.h228 XG_TYPE_RTG, enumerator
234 { XG_TYPE_RTG, "rtg" }
A Dxfs_rtbitmap.h132 rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask; in xfs_rtb_to_rtx()
154 rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask; in xfs_rtb_to_rtxoff()
A Dxfs_zones.c139 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_zone_validate()
A Dxfs_rtgroup.c81 error = xfs_group_insert(mp, rtg_group(rtg), rgno, XG_TYPE_RTG); in xfs_rtgroup_alloc()
96 xfs_group_free(mp, rgno, XG_TYPE_RTG, NULL); in xfs_rtgroup_free()
A Dxfs_rtrmap_btree.c776 mp->m_groups[XG_TYPE_RTG].blocks); in xfs_rtrmapbt_compute_maxlevels()
813 uint32_t blocks = mp->m_groups[XG_TYPE_RTG].blocks; in xfs_rtrmapbt_calc_reserves()
A Dxfs_sb.c1196 struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG]; in xfs_sb_mount_rextsize()
A Dxfs_refcount.c2060 bool isrt = xg->xg_type == XG_TYPE_RTG; in xfs_refcount_recover_cow_leftovers()
A Dxfs_rmap.c2705 if (ri->ri_group->xg_type == XG_TYPE_RTG) in xfs_rmap_finish_one()
/fs/xfs/
A Dxfs_zone_space_resv.c57 mp->m_groups[XG_TYPE_RTG].blocks + in xfs_zoned_default_resblks()
61 mp->m_groups[XG_TYPE_RTG].blocks; in xfs_zoned_default_resblks()
176 if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_RECLAIMABLE) && in xfs_zoned_reserve_available()
A Dxfs_notify_failure.c261 if (type == XG_TYPE_RTG) { in xfs_dax_notify_dev_failure()
381 XG_TYPE_RTG : XG_TYPE_AG); in xfs_dax_notify_failure()
A Dxfs_zone_alloc.c45 mp->m_groups[XG_TYPE_RTG].blocks; in xfs_zone_bucket()
422 XA_STATE (xas, &mp->m_groups[XG_TYPE_RTG].xa, start); in xfs_find_free_zone()
997 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid()
1293 mp->m_sb.sb_rgcount, mp->m_groups[XG_TYPE_RTG].blocks, in xfs_mount_zones()
A Dxfs_zone_gc.c176 if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_RECLAIMABLE)) in xfs_zoned_need_gc()
182 mp->m_groups[XG_TYPE_RTG].blocks * in xfs_zoned_need_gc()
1129 if (!xfs_group_marked(mp, XG_TYPE_RTG, XFS_RTG_FREE) || in xfs_zone_gc_mount()
A Dxfs_mount.c732 mp->m_groups[XG_TYPE_RTG].blocks); in xfs_set_max_atomic_write_opt()
735 xfs_calc_group_awu_max(mp, XG_TYPE_RTG)); in xfs_set_max_atomic_write_opt()
811 xfs_calc_atomic_write_unit_max(mp, XG_TYPE_RTG); in xfs_set_max_atomic_write_opt()
A Dxfs_refcount_item.c382 ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_refcount_defer_add()
493 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_cui_recover_work()
A Dxfs_rmap_item.c407 ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rmap_defer_add()
558 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rui_recover_work()
A Dxfs_extfree_item.c506 xfs_efi_is_realtime(xefi) ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_extent_free_defer_add()
640 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_efi_recover_work()
A Dxfs_mount.h813 case XG_TYPE_RTG: in xfs_group_type_buftarg()
A Dxfs_bmap_item.c340 type = XG_TYPE_RTG; in xfs_bmap_update_get_group()
A Dxfs_iops.c649 return XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_RTG].awu_max); in xfs_get_atomic_write_max()
A Dxfs_fsmap.c223 if (info->group->xg_type == XG_TYPE_RTG) in xfs_getfsmap_is_shared()
A Dxfs_rtalloc.c1266 uint32_t gblocks = mp->m_groups[XG_TYPE_RTG].blocks; in xfs_growfs_check_rtgeom()
A Dxfs_trace.h318 TRACE_DEFINE_ENUM(XG_TYPE_RTG);
495 __entry->blocks = mp->m_groups[XG_TYPE_RTG].blocks;
3426 if (bi->bi_group->xg_type == XG_TYPE_RTG &&
/fs/xfs/scrub/
A Dtrace.h45 TRACE_DEFINE_ENUM(XG_TYPE_RTG);

Completed in 67 milliseconds