Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_alloc.c174 WRITE_ONCE(rtg->rtg_open_zone, NULL); in xfs_open_zone_mark_full()
403 if (!READ_ONCE(rtg->rtg_open_zone)) in xfs_zone_free_blocks()
429 * All dereferences of rtg->rtg_open_zone hold the ILOCK for the rmap in xfs_init_open_zone()
435 WRITE_ONCE(rtg->rtg_open_zone, oz); in xfs_init_open_zone()
941 if (rtg->rtg_open_zone) in xfs_zone_rgbno_is_valid()
942 return rgbno < rtg->rtg_open_zone->oz_allocated; in xfs_zone_rgbno_is_valid()
H A Dxfs_ioctl.c418 if (rtg->rtg_open_zone) { in xfs_rtgroup_report_write_pointer()
419 rgeo->rg_writepointer = rtg->rtg_open_zone->oz_allocated; in xfs_rtgroup_report_write_pointer()
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h51 struct xfs_open_zone *rtg_open_zone; member