Home
last modified time | relevance | path

Searched refs:qcow2_flush_caches (Results 1 – 4 of 4) sorted by relevance

/qemu/block/
H A Dqcow2.h888 int GRAPH_RDLOCK qcow2_flush_caches(BlockDriverState *bs);
H A Dqcow2-bitmap.c910 ret = qcow2_flush_caches(bs); in update_ext_header_and_dir()
H A Dqcow2.c549 ret = qcow2_flush_caches(bs); in qcow2_mark_clean()
580 int ret = qcow2_flush_caches(bs); in qcow2_mark_consistent()
H A Dqcow2-refcount.c1228 int qcow2_flush_caches(BlockDriverState *bs) in qcow2_flush_caches() function