Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2.h142 #define QCOW2_OPT_OVERLAP_REFCOUNT_TABLE "overlap-check.refcount-table" macro
H A Dqcow2.c693 QCOW2_OPT_OVERLAP_REFCOUNT_TABLE,
765 .name = QCOW2_OPT_OVERLAP_REFCOUNT_TABLE,
830 [QCOW2_OL_REFCOUNT_TABLE_BITNR] = QCOW2_OPT_OVERLAP_REFCOUNT_TABLE,
2099 qdict_del(old_options, QCOW2_OPT_OVERLAP_REFCOUNT_TABLE); in qcow2_join_options()