Home
last modified time | relevance | path

Searched refs:rtg_open_zone (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c147 WRITE_ONCE(rtg->rtg_open_zone, NULL); in xfs_open_zone_mark_full()
353 if (!READ_ONCE(rtg->rtg_open_zone)) in xfs_zone_free_blocks()
389 oz = READ_ONCE(rtg->rtg_open_zone); in xfs_last_used_zone()
448 WRITE_ONCE(rtg->rtg_open_zone, oz); in xfs_init_open_zone()
885 if (rtg->rtg_open_zone) in xfs_zone_rgbno_is_valid()
886 return rgbno < rtg->rtg_open_zone->oz_write_pointer; in xfs_zone_rgbno_is_valid()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_rtgroup.h51 struct xfs_open_zone *rtg_open_zone; member