Home
last modified time | relevance | path

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

/linux/fs/xfs/
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()
199 xfs_assert_ilocked(rtg_rmap(oz->oz_rtg), XFS_ILOCK_EXCL); in xfs_zone_inc_written()
202 if (oz->oz_written == rtg_blocks(oz->oz_rtg)) in xfs_zone_inc_written()
216 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_skip_blocks()
236 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zoned_map_extent()
422 oz->oz_rtg = rtg; in xfs_init_open_zone()
512 trace_xfs_zone_opened(oz->oz_rtg); in xfs_try_open_zone()
565 if (oz->oz_allocated == rtg_blocks(oz->oz_rtg)) in xfs_try_use_zone()
748 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_alloc_blocks()
[all …]
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_gc.c545 trace_xfs_zone_gc_target_stolen(found->oz_rtg); in xfs_zone_gc_steal_open_zone()
570 if (data->oz->oz_allocated < rtg_blocks(data->oz->oz_rtg)) in xfs_zone_gc_select_target()
577 if (data->oz->oz_written < rtg_blocks(data->oz->oz_rtg)) in xfs_zone_gc_select_target()
591 trace_xfs_zone_gc_target_opened(data->oz->oz_rtg); in xfs_zone_gc_select_target()
633 rtg_blocks(oz->oz_rtg) - oz->oz_allocated); in xfs_zone_gc_alloc_blocks()
644 *daddr = xfs_gbno_to_daddr(rtg_group(oz->oz_rtg), 0); in xfs_zone_gc_alloc_blocks()
H A Dxfs_zone_priv.h42 struct xfs_rtgroup *oz_rtg; member
H A Dxfs_trace.h439 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev;
440 __entry->rgno = rtg_rgno(oz->oz_rtg);
441 __entry->used = rtg_rmap(oz->oz_rtg)->i_used_blocks;