Searched refs:XG_TYPE_RTG (Results 1 – 24 of 24) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_rtgroup.h | 118 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 D | xfs_types.h | 228 XG_TYPE_RTG, enumerator 234 { XG_TYPE_RTG, "rtg" }
|
| A D | xfs_rtbitmap.h | 132 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 D | xfs_zones.c | 139 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_zone_validate()
|
| A D | xfs_rtgroup.c | 81 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 D | xfs_rtrmap_btree.c | 776 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 D | xfs_sb.c | 1196 struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG]; in xfs_sb_mount_rextsize()
|
| A D | xfs_refcount.c | 2060 bool isrt = xg->xg_type == XG_TYPE_RTG; in xfs_refcount_recover_cow_leftovers()
|
| A D | xfs_rmap.c | 2705 if (ri->ri_group->xg_type == XG_TYPE_RTG) in xfs_rmap_finish_one()
|
| /fs/xfs/ |
| A D | xfs_zone_space_resv.c | 57 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 D | xfs_notify_failure.c | 261 if (type == XG_TYPE_RTG) { in xfs_dax_notify_dev_failure() 381 XG_TYPE_RTG : XG_TYPE_AG); in xfs_dax_notify_failure()
|
| A D | xfs_zone_alloc.c | 45 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 D | xfs_zone_gc.c | 176 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 D | xfs_mount.c | 732 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 D | xfs_refcount_item.c | 382 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 D | xfs_rmap_item.c | 407 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 D | xfs_extfree_item.c | 506 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 D | xfs_mount.h | 813 case XG_TYPE_RTG: in xfs_group_type_buftarg()
|
| A D | xfs_bmap_item.c | 340 type = XG_TYPE_RTG; in xfs_bmap_update_get_group()
|
| A D | xfs_iops.c | 649 return XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_RTG].awu_max); in xfs_get_atomic_write_max()
|
| A D | xfs_fsmap.c | 223 if (info->group->xg_type == XG_TYPE_RTG) in xfs_getfsmap_is_shared()
|
| A D | xfs_rtalloc.c | 1266 uint32_t gblocks = mp->m_groups[XG_TYPE_RTG].blocks; in xfs_growfs_check_rtgeom()
|
| A D | xfs_trace.h | 318 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 D | trace.h | 45 TRACE_DEFINE_ENUM(XG_TYPE_RTG);
|
Completed in 67 milliseconds