Home
last modified time | relevance | path

Searched defs:refcount_bits (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/qemu-iotests/
H A D16336 refcount_bits = '16' variable in ShrinkBaseClass
153 refcount_bits = '64' variable in TestShrink512
160 refcount_bits = '1' variable in TestShrink1M
/qemu/scripts/
H A Dqcow2-to-stdout.py157 def write_qcow2_content(input_file, cluster_size, refcount_bits, data_file_name, data_file_raw): argument
/qemu/block/
H A Dqcow2.c3482 uint64_t refcount_bits; in qcow2_opt_get_refcount_bits_del() local
5082 uint64_t refcount_bits; in qcow2_measure() local
5701 int refcount_bits = s->refcount_bits; in qcow2_amend_options() local
H A Dqcow2.h381 int refcount_bits; member