Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c699 QCOW2_OPT_CACHE_SIZE,
795 .name = QCOW2_OPT_CACHE_SIZE,
898 combined_cache_size_set = qemu_opt_get(opts, QCOW2_OPT_CACHE_SIZE); in read_cache_sizes()
903 combined_cache_size = qemu_opt_get_size(opts, QCOW2_OPT_CACHE_SIZE, 0); in read_cache_sizes()
916 error_setg(errp, QCOW2_OPT_CACHE_SIZE ", " QCOW2_OPT_L2_CACHE_SIZE in read_cache_sizes()
923 QCOW2_OPT_CACHE_SIZE); in read_cache_sizes()
927 QCOW2_OPT_CACHE_SIZE); in read_cache_sizes()
2103 qdict_haskey(options, QCOW2_OPT_CACHE_SIZE); in qcow2_join_options()
2121 if (qdict_haskey(options, QCOW2_OPT_CACHE_SIZE)) { in qcow2_join_options()
2134 qdict_haskey(options, QCOW2_OPT_CACHE_SIZE) || in qcow2_join_options()
[all …]
H A Dqcow2.h148 #define QCOW2_OPT_CACHE_SIZE "cache-size" macro