Home
last modified time | relevance | path

Searched refs:oz_rtg (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_zone_info.c34 rtg_rgno(oz->oz_rtg), in xfs_show_open_zone()
36 rtg_rmap(oz->oz_rtg)->i_used_blocks, in xfs_show_open_zone()
H A Dxfs_zone_alloc.c33 xfs_rtgroup_rele(oz->oz_rtg); in xfs_open_zone_put()
140 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_open_zone_mark_full()
174 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_record_blocks()
435 oz->oz_rtg = rtg; in xfs_init_open_zone()
513 trace_xfs_zone_opened(oz->oz_rtg); in xfs_try_open_zone()
571 if (oz->oz_write_pointer == rtg_blocks(oz->oz_rtg)) in xfs_try_use_zone()
744 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_alloc_blocks()
H A Dxfs_zone_gc.c563 if (oz && oz->oz_written < rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_select_target()
570 trace_xfs_zone_gc_target_opened(oz->oz_rtg); in xfs_zone_gc_select_target()
589 if (!oz || oz->oz_write_pointer == rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_ensure_target()
610 return oz->oz_write_pointer < rtg_blocks(oz->oz_rtg) && in xfs_zone_gc_space_available()
652 rtg_blocks(oz->oz_rtg) - oz->oz_write_pointer); in xfs_zone_gc_alloc_blocks()
663 *daddr = xfs_gbno_to_daddr(&oz->oz_rtg->rtg_group, 0); in xfs_zone_gc_alloc_blocks()
1146 trace_xfs_zone_gc_target_opened(oz->oz_rtg); in xfs_zone_gc_mount()
H A Dxfs_zone_priv.h46 struct xfs_rtgroup *oz_rtg; member
H A Dxfs_trace.h344 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev;
345 __entry->rgno = rtg_rgno(oz->oz_rtg);
346 __entry->used = rtg_rmap(oz->oz_rtg)->i_used_blocks;