Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c349 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in l2_allocate()
876 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in qcow2_alloc_compressed_cluster_offset()
1064 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in qcow2_alloc_cluster_link_l2()
1973 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in discard_in_l2_slice()
2085 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in zero_in_l2_slice()
2147 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in zero_l2_subclusters()
2417 qcow2_cache_entry_mark_dirty(s->l2_table_cache, l2_slice); in expand_zero_clusters_in_l1()
H A Dqcow2-refcount.c432 qcow2_cache_entry_mark_dirty(s->refcount_block_cache, *refcount_block); in alloc_refcount_block()
634 qcow2_cache_entry_mark_dirty(s->refcount_block_cache, in qcow2_refcount_area()
667 qcow2_cache_entry_mark_dirty(s->refcount_block_cache, in qcow2_refcount_area()
865 qcow2_cache_entry_mark_dirty(s->refcount_block_cache, refcount_block); in update_refcount()
1391 qcow2_cache_entry_mark_dirty(s->l2_table_cache, in qcow2_update_snapshot_refcount()
3608 qcow2_cache_entry_mark_dirty(s->refcount_block_cache, refblock); in qcow2_discard_refcount_block()
H A Dqcow2-cache.c432 void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table) in qcow2_cache_entry_mark_dirty() function
H A Dqcow2.h1003 void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table);