Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c409 QCOW2_DISCARD_NEVER); in alloc_refcount_block()
928 !decrease, QCOW2_DISCARD_NEVER); in update_refcount()
1021 ret = update_refcount(bs, offset, size, 1, false, QCOW2_DISCARD_NEVER); in qcow2_alloc_clusters()
1058 QCOW2_DISCARD_NEVER); in qcow2_alloc_clusters_at()
1123 ret = update_refcount(bs, offset, size, 1, false, QCOW2_DISCARD_NEVER); in qcow2_alloc_bytes()
3421 QCOW2_DISCARD_NEVER); in qcow2_change_refcount_order()
H A Dqcow2.h292 QCOW2_DISCARD_NEVER = 0, enumerator
H A Dqcow2-cluster.c1115 qcow2_free_any_cluster(bs, old_cluster[i], QCOW2_DISCARD_NEVER); in qcow2_alloc_cluster_link_l2()
1135 QCOW2_DISCARD_NEVER); in qcow2_alloc_cluster_abort()
H A Dqcow2-snapshot.c741 QCOW2_DISCARD_NEVER, false); in qcow2_snapshot_create()
H A Dqcow2.c1141 r->discard_passthrough[QCOW2_DISCARD_NEVER] = false; in qcow2_update_options_prepare()