Home
last modified time | relevance | path

Searched refs:use_lazy_refcounts (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dqcow2.c977 bool use_lazy_refcounts; member
1083 r->use_lazy_refcounts = qemu_opt_get_bool(opts, QCOW2_OPT_LAZY_REFCOUNTS, in qcow2_update_options_prepare()
1085 if (r->use_lazy_refcounts && s->qcow_version < 3) { in qcow2_update_options_prepare()
1092 if (s->use_lazy_refcounts && !r->use_lazy_refcounts) { in qcow2_update_options_prepare()
1234 s->use_lazy_refcounts = r->use_lazy_refcounts; in qcow2_update_options_commit()
5680 bool lazy_refcounts = s->use_lazy_refcounts; in qcow2_amend_options()
5856 if (s->use_lazy_refcounts != lazy_refcounts) { in qcow2_amend_options()
5871 s->use_lazy_refcounts = true; in qcow2_amend_options()
5887 s->use_lazy_refcounts = false; in qcow2_amend_options()
H A Dqcow2.h379 bool use_lazy_refcounts; member
H A Dqcow2-cluster.c1052 if (s->use_lazy_refcounts) { in qcow2_alloc_cluster_link_l2()