Home
last modified time | relevance | path

Searched refs:QCOW2_OPT_LAZY_REFCOUNTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h132 #define QCOW2_OPT_LAZY_REFCOUNTS "lazy-refcounts" macro
H A Dqcow2.c683 QCOW2_OPT_LAZY_REFCOUNTS,
712 .name = QCOW2_OPT_LAZY_REFCOUNTS,
1083 r->use_lazy_refcounts = qemu_opt_get_bool(opts, QCOW2_OPT_LAZY_REFCOUNTS, in qcow2_update_options_prepare()