Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c43 static uint64_t get_refcount_ro0(const void *refcount_array, uint64_t index);
44 static uint64_t get_refcount_ro1(const void *refcount_array, uint64_t index);
45 static uint64_t get_refcount_ro2(const void *refcount_array, uint64_t index);
46 static uint64_t get_refcount_ro3(const void *refcount_array, uint64_t index);
47 static uint64_t get_refcount_ro4(const void *refcount_array, uint64_t index);
48 static uint64_t get_refcount_ro5(const void *refcount_array, uint64_t index);
49 static uint64_t get_refcount_ro6(const void *refcount_array, uint64_t index);
51 static void set_refcount_ro0(void *refcount_array, uint64_t index,
53 static void set_refcount_ro1(void *refcount_array, uint64_t index,
55 static void set_refcount_ro2(void *refcount_array, uint64_t index,
[all …]
H A Dqcow2.h313 typedef uint64_t Qcow2GetRefcountFunc(const void *refcount_array,
315 typedef void Qcow2SetRefcountFunc(void *refcount_array,