Home
last modified time | relevance | path

Searched refs:qcow2_cache_flush (Results 1 – 6 of 6) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c171 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 Dqcow2-refcount.c364 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 Dqcow2-cluster.c148 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 Dqcow2.h1004 int GRAPH_RDLOCK qcow2_cache_flush(BlockDriverState *bs, Qcow2Cache *c);
H A Dqcow2.c1037 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()
2759 ret = qcow2_cache_flush(bs, s->l2_table_cache); in qcow2_inactivate()
2766 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_inactivate()
H A Dtrace-events105 qcow2_cache_flush(void *co, int c) "co %p is_l2_cache %d"