Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h143 #define QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK "overlap-check.refcount-block" macro
H A Dqcow2.c694 QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK,
770 .name = QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK,
831 [QCOW2_OL_REFCOUNT_BLOCK_BITNR] = QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK,
2114 qdict_del(old_options, QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK); in qcow2_join_options()