Home
last modified time | relevance | path

Searched refs:qcow2_cache_empty (Results 1 – 5 of 5) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c301 int qcow2_cache_empty(BlockDriverState *bs, Qcow2Cache *c) in qcow2_cache_empty() function
H A Dqcow2.h1011 int GRAPH_RDLOCK qcow2_cache_empty(BlockDriverState *bs, Qcow2Cache *c);
H A Dqcow2-cluster.c2495 ret = qcow2_cache_empty(bs, s->l2_table_cache); in qcow2_expand_zero_clusters()
H A Dqcow2.c4863 ret = qcow2_cache_empty(bs, s->l2_table_cache); in make_completely_empty()
4868 ret = qcow2_cache_empty(bs, s->refcount_block_cache); in make_completely_empty()
H A Dqcow2-refcount.c2626 qcow2_cache_empty(bs, s->refcount_block_cache); in rebuild_refcount_structure()