Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-refcount.c284 qcow2_cache_put(s->refcount_block_cache, &refcount_block); in qcow2_get_refcount()
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()
460 qcow2_cache_put(s->refcount_block_cache, refcount_block); in alloc_refcount_block()
678 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_refcount_area()
1219 ret = qcow2_cache_write(bs, s->refcount_block_cache); in qcow2_write_caches()
2626 qcow2_cache_empty(bs, s->refcount_block_cache); in rebuild_refcount_structure()
3477 ret = qcow2_cache_flush(bs, s->refcount_block_cache); in qcow2_change_refcount_order()
3603 qcow2_cache_put(s->refcount_block_cache, &refblock); in qcow2_discard_refcount_block()
3610 qcow2_cache_put(s->refcount_block_cache, &refblock); in qcow2_discard_refcount_block()
[all …]
H A Dqcow2-cache.c64 if (c == s->refcount_block_cache) { in qcow2_cache_get_name()
208 if (c == s->refcount_block_cache) { in qcow2_cache_entry_flush()
223 if (c == s->refcount_block_cache) { in qcow2_cache_entry_flush()
H A Dqcow2.c843 qcow2_cache_clean_unused(s->refcount_block_cache); in cache_clean_timer_cb()
975 Qcow2Cache *refcount_block_cache; member
1044 if (s->refcount_block_cache) { in qcow2_update_options_prepare()
1226 if (s->refcount_block_cache) { in qcow2_update_options_commit()
1227 qcow2_cache_destroy(s->refcount_block_cache); in qcow2_update_options_commit()
1230 s->refcount_block_cache = r->refcount_block_cache; in qcow2_update_options_commit()
1258 if (r->refcount_block_cache) { in qcow2_update_options_abort()
1259 qcow2_cache_destroy(r->refcount_block_cache); in qcow2_update_options_abort()
1898 if (s->refcount_block_cache) { in qcow2_do_open()
1899 qcow2_cache_destroy(s->refcount_block_cache); in qcow2_do_open()
[all …]
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()
1057 s->refcount_block_cache); in qcow2_alloc_cluster_link_l2()
H A Dqcow2.h347 Qcow2Cache *refcount_block_cache; member