Searched refs:oz (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() local 35 xfs_rtgroup_rele(oz->oz_rtg); in xfs_open_zone_free_rcu() 36 kfree(oz); in xfs_open_zone_free_rcu() 41 struct xfs_open_zone *oz) in xfs_open_zone_put() argument 43 if (atomic_dec_and_test(&oz->oz_ref)) in xfs_open_zone_put() 44 call_rcu(&oz->oz_rcu, xfs_open_zone_free_rcu); in xfs_open_zone_put() 165 struct xfs_open_zone *oz) in xfs_open_zone_mark_full() argument 167 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_open_zone_mark_full() 177 if (oz->oz_is_gc) in xfs_open_zone_mark_full() 181 list_del_init(&oz->oz_entry); in xfs_open_zone_mark_full() [all …]
|
| H A D | xfs_zone_gc.c | 104 struct xfs_open_zone *oz; member 128 struct xfs_open_zone *oz; member 533 struct xfs_open_zone *oz, *found = NULL; in xfs_zone_gc_steal_open_zone() local 536 list_for_each_entry(oz, &zi->zi_open_zones, oz_entry) { in xfs_zone_gc_steal_open_zone() 537 if (!found || oz->oz_allocated < found->oz_allocated) in xfs_zone_gc_steal_open_zone() 538 found = oz; in xfs_zone_gc_steal_open_zone() 552 data->oz = found; in xfs_zone_gc_steal_open_zone() 565 if (data->oz) { in xfs_zone_gc_select_target() 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() [all …]
|
| H A D | xfs_trace.h | 426 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno, 428 TP_ARGS(oz, rgbno, len), 439 __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; 442 __entry->allocated = oz->oz_allocated; 443 __entry->written = oz->oz_written; 459 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno, \ 461 TP_ARGS(oz, rgbno, len))
|
| /linux/arch/x86/math-emu/ |
| H A D | README | 417 Daniel Carosone, danielce@ee.mu.oz.au 419 Hamish Coleman, t933093@minyos.xx.rmit.oz.au
|
| /linux/Documentation/crypto/ |
| H A D | descore-readme.rst | 118 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
|