Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2.c702 QCOW2_OPT_REFCOUNT_CACHE_SIZE,
811 .name = QCOW2_OPT_REFCOUNT_CACHE_SIZE,
900 refcount_cache_size_set = qemu_opt_get(opts, QCOW2_OPT_REFCOUNT_CACHE_SIZE); in read_cache_sizes()
907 QCOW2_OPT_REFCOUNT_CACHE_SIZE, 0); in read_cache_sizes()
917 " and " QCOW2_OPT_REFCOUNT_CACHE_SIZE " may not be set " in read_cache_sizes()
926 error_setg(errp, QCOW2_OPT_REFCOUNT_CACHE_SIZE " may not exceed " in read_cache_sizes()
2109 qdict_del(old_options, QCOW2_OPT_REFCOUNT_CACHE_SIZE); in qcow2_join_options()
2122 qdict_haskey(options, QCOW2_OPT_REFCOUNT_CACHE_SIZE); in qcow2_join_options()
H A Dqcow2.h151 #define QCOW2_OPT_REFCOUNT_CACHE_SIZE "refcount-cache-size" macro