Home
last modified time | relevance | path

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

/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py267 def refcount_order(current): function
/openbmc/qemu/block/
H A Dqcow2.c3337 int refcount_order, bool generous_increase, in qcow2_refcount_metadata_size()
3388 int refcount_order, in qcow2_calc_prealloc_size()
3522 int refcount_order; in qcow2_co_create() local
5824 int refcount_order = ctz32(refcount_bits); in qcow2_amend_options() local
H A Dqcow2.h174 uint32_t refcount_order; member
380 int refcount_order; member
H A Dqcow2-refcount.c3362 int qcow2_change_refcount_order(BlockDriverState *bs, int refcount_order, in qcow2_change_refcount_order()