Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2.c700 QCOW2_OPT_L2_CACHE_SIZE,
801 .name = QCOW2_OPT_L2_CACHE_SIZE,
899 l2_cache_size_set = qemu_opt_get(opts, QCOW2_OPT_L2_CACHE_SIZE); in read_cache_sizes()
904 l2_cache_max_setting = qemu_opt_get_size(opts, QCOW2_OPT_L2_CACHE_SIZE, in read_cache_sizes()
916 error_setg(errp, QCOW2_OPT_CACHE_SIZE ", " QCOW2_OPT_L2_CACHE_SIZE in read_cache_sizes()
922 error_setg(errp, QCOW2_OPT_L2_CACHE_SIZE " may not exceed " in read_cache_sizes()
2108 qdict_del(old_options, QCOW2_OPT_L2_CACHE_SIZE); in qcow2_join_options()
2121 qdict_haskey(options, QCOW2_OPT_L2_CACHE_SIZE) || in qcow2_join_options()
H A Dqcow2.h149 #define QCOW2_OPT_L2_CACHE_SIZE "l2-cache-size" macro