Searched refs:xfs_open_zone (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 33 struct xfs_open_zone *oz = container_of(cb, typeof(*oz), oz_rcu); in xfs_open_zone_free_rcu() 41 struct xfs_open_zone *oz) in xfs_open_zone_put() 165 struct xfs_open_zone *oz) in xfs_open_zone_mark_full() 195 struct xfs_open_zone *oz, in xfs_zone_record_blocks() 222 struct xfs_open_zone *oz, in xfs_zone_skip_blocks() 243 struct xfs_open_zone *oz, in xfs_zoned_map_extent() 323 struct xfs_open_zone *oz, in xfs_zoned_end_io() 411 static struct xfs_open_zone * 418 struct xfs_open_zone *oz; in xfs_init_open_zone() 443 struct xfs_open_zone * [all …]
|
| H A D | xfs_zone_alloc.h | 6 struct xfs_open_zone; 9 struct xfs_open_zone *open_zone; 33 struct xfs_open_zone **oz); 37 xfs_daddr_t daddr, struct xfs_open_zone *oz, 39 void xfs_open_zone_put(struct xfs_open_zone *oz);
|
| H A D | xfs_zone_gc.c | 104 struct xfs_open_zone *oz; 518 static struct xfs_open_zone * 522 struct xfs_open_zone *oz, *found = NULL; in xfs_zone_gc_steal_open() 540 static struct xfs_open_zone * 545 struct xfs_open_zone *oz = zi->zi_open_gc_zone; in xfs_zone_gc_select_target() 555 oz = xfs_open_zone(mp, WRITE_LIFE_NOT_SET, true); in xfs_zone_gc_select_target() 570 static struct xfs_open_zone * 574 struct xfs_open_zone *oz = mp->m_zone_info->zi_open_gc_zone; in xfs_zone_gc_ensure_target() 593 static struct xfs_open_zone * 601 struct xfs_open_zone *oz; in xfs_zone_gc_alloc_blocks() [all …]
|
| H A D | xfs_trace.h | 106 struct xfs_open_zone; 425 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno, 458 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno, \
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 51 struct xfs_open_zone *rtg_open_zone;
|