Home
last modified time | relevance | path

Searched refs:oz (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c34 kfree(oz); in xfs_open_zone_put()
390 if (oz && (oz->oz_is_gc || !atomic_inc_not_zero(&oz->oz_ref))) in xfs_last_used_zone()
395 return oz; in xfs_last_used_zone()
432 oz = kzalloc(sizeof(*oz), GFP_NOFS | __GFP_NOFAIL); in xfs_init_open_zone()
449 return oz; in xfs_init_open_zone()
686 if (oz) in xfs_select_zone_nowait()
693 if (oz) in xfs_select_zone_nowait()
703 if (!oz) in xfs_select_zone_nowait()
705 if (!oz) in xfs_select_zone_nowait()
723 if (oz) in xfs_select_zone()
[all …]
H A Dxfs_zone_gc.c563 if (oz && oz->oz_written < rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_select_target()
569 if (oz) in xfs_zone_gc_select_target()
574 return oz; in xfs_zone_gc_select_target()
589 if (!oz || oz->oz_write_pointer == rtg_blocks(oz->oz_rtg)) in xfs_zone_gc_ensure_target()
591 return oz; in xfs_zone_gc_ensure_target()
608 if (!oz) in xfs_zone_gc_space_available()
637 if (!oz) in xfs_zone_gc_alloc_blocks()
652 rtg_blocks(oz->oz_rtg) - oz->oz_write_pointer); in xfs_zone_gc_alloc_blocks()
669 return oz; in xfs_zone_gc_alloc_blocks()
711 chunk->oz = oz; in xfs_zone_gc_start_chunk()
[all …]
H A Dxfs_zone_info.c31 struct xfs_open_zone *oz) in xfs_show_open_zone() argument
34 rtg_rgno(oz->oz_rtg), in xfs_show_open_zone()
35 oz->oz_write_pointer, oz->oz_written, in xfs_show_open_zone()
36 rtg_rmap(oz->oz_rtg)->i_used_blocks, in xfs_show_open_zone()
37 xfs_write_hint_to_str(oz->oz_write_hint)); in xfs_show_open_zone()
76 struct xfs_open_zone *oz; in xfs_zoned_show_stats() local
96 list_for_each_entry(oz, &zi->zi_open_zones, oz_entry) in xfs_zoned_show_stats()
97 xfs_show_open_zone(m, oz); in xfs_zoned_show_stats()
H A Dxfs_zone_alloc.h33 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 Dxfs_trace.h331 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno,
333 TP_ARGS(oz, rgbno, len),
344 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev;
345 __entry->rgno = rtg_rgno(oz->oz_rtg);
346 __entry->used = rtg_rmap(oz->oz_rtg)->i_used_blocks;
347 __entry->written = oz->oz_written;
348 __entry->write_pointer = oz->oz_write_pointer;
364 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno, \
366 TP_ARGS(oz, rgbno, len))
/linux-6.15/arch/x86/math-emu/
H A DREADME417 Daniel Carosone, [email protected].oz.au
419 Hamish Coleman, [email protected].oz.au
/linux-6.15/Documentation/crypto/
H A Ddescore-readme.rst118 (code from [email protected].oz.au via comp.sources.misc)