Home
last modified time | relevance | path

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

/linux/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.c35 xfs_rtgroup_rele(oz->oz_rtg); in xfs_open_zone_free_rcu()
167 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_open_zone_mark_full()
200 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_record_blocks()
225 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_skip_blocks()
448 oz->oz_rtg = rtg; in xfs_init_open_zone()
526 trace_xfs_zone_opened(oz->oz_rtg); in xfs_try_open_zone()
576 if (oz->oz_allocated == rtg_blocks(oz->oz_rtg)) in xfs_try_use_zone()
758 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_alloc_blocks()
H A Dxfs_zone_gc.c558 if (oz && oz->oz_written < rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_select_target()
565 trace_xfs_zone_gc_target_opened(oz->oz_rtg); in xfs_zone_gc_select_target()
584 if (!oz || oz->oz_allocated == rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_ensure_target()
605 return oz->oz_allocated < rtg_blocks(oz->oz_rtg) && in xfs_zone_gc_space_available()
647 rtg_blocks(oz->oz_rtg) - oz->oz_allocated); in xfs_zone_gc_alloc_blocks()
658 *daddr = xfs_gbno_to_daddr(&oz->oz_rtg->rtg_group, 0); in xfs_zone_gc_alloc_blocks()
1176 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