Home
last modified time | relevance | path

Searched refs:qcow2_cache_write (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c240 int qcow2_cache_write(BlockDriverState *bs, Qcow2Cache *c) in qcow2_cache_write() function
261 int result = qcow2_cache_write(bs, c); in qcow2_cache_flush()
H A Dqcow2.h1005 int GRAPH_RDLOCK qcow2_cache_write(BlockDriverState *bs, Qcow2Cache *c);
H A Dqcow2-refcount.c1213 ret = qcow2_cache_write(bs, s->l2_table_cache); in qcow2_write_caches()
1219 ret = qcow2_cache_write(bs, s->refcount_block_cache); in qcow2_write_caches()