Searched defs:refcount_array (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 143 static uint64_t get_refcount_ro0(const void *refcount_array, uint64_t index) in get_refcount_ro0() 148 static void set_refcount_ro0(void *refcount_array, uint64_t index, in set_refcount_ro0() 156 static uint64_t get_refcount_ro1(const void *refcount_array, uint64_t index) in get_refcount_ro1() 162 static void set_refcount_ro1(void *refcount_array, uint64_t index, in set_refcount_ro1() 170 static uint64_t get_refcount_ro2(const void *refcount_array, uint64_t index) in get_refcount_ro2() 176 static void set_refcount_ro2(void *refcount_array, uint64_t index, in set_refcount_ro2() 184 static uint64_t get_refcount_ro3(const void *refcount_array, uint64_t index) in get_refcount_ro3() 189 static void set_refcount_ro3(void *refcount_array, uint64_t index, in set_refcount_ro3() 201 static void set_refcount_ro4(void *refcount_array, uint64_t index, in set_refcount_ro4() 213 static void set_refcount_ro5(void *refcount_array, uint64_t index, in set_refcount_ro5() [all …]
|