Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h55 #define BLOCK_OPT_REFCOUNT_BITS "refcount_bits" macro
/openbmc/qemu/block/
H A Dqcow2.c3480 refcount_bits = qemu_opt_get_number_del(opts, BLOCK_OPT_REFCOUNT_BITS, 16); in qcow2_opt_get_refcount_bits_del()
3943 { BLOCK_OPT_REFCOUNT_BITS, "refcount-bits" }, in qcow2_co_create_opts()
5743 } else if (!strcmp(desc->name, BLOCK_OPT_REFCOUNT_BITS)) { in qcow2_amend_options()
5744 refcount_bits = qemu_opt_get_number(opts, BLOCK_OPT_REFCOUNT_BITS, in qcow2_amend_options()
6063 .name = BLOCK_OPT_REFCOUNT_BITS, \