Searched refs:qcow2_cache_flush (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cache.c | 171 ret = qcow2_cache_flush(bs, c->depends); in qcow2_cache_flush_dependency() 259 int qcow2_cache_flush(BlockDriverState *bs, Qcow2Cache *c) in qcow2_cache_flush() function 305 ret = qcow2_cache_flush(bs, c); in qcow2_cache_empty()
|
H A D | qcow2-refcount.c | 364 ret = qcow2_cache_flush(bs, s->l2_table_cache); in alloc_refcount_block() 414 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in alloc_refcount_block() 433 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in alloc_refcount_block() 678 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_refcount_area() 3477 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_change_refcount_order()
|
H A D | qcow2-cluster.c | 148 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_grow_l1_table() 305 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in l2_allocate() 353 ret = qcow2_cache_flush(bs, s->l2_table_cache); in l2_allocate()
|
H A D | qcow2.h | 1004 int GRAPH_RDLOCK qcow2_cache_flush(BlockDriverState *bs, Qcow2Cache *c);
|
H A D | qcow2.c | 1037 ret = qcow2_cache_flush(bs, s->l2_table_cache); in qcow2_update_options_prepare() 1045 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_update_options_prepare() 2773 ret = qcow2_cache_flush(bs, s->l2_table_cache); in qcow2_inactivate() 2780 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_inactivate()
|
H A D | trace-events | 105 qcow2_cache_flush(void *co, int c) "co %p is_l2_cache %d"
|