Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2472 uint64_t **on_disk_reftable_ptr, uint32_t *on_disk_reftable_entries_ptr, in rebuild_refcounts_write_refblocks() argument
2481 uint32_t on_disk_reftable_entries = *on_disk_reftable_entries_ptr; in rebuild_refcounts_write_refblocks()
2551 memset(on_disk_reftable + *on_disk_reftable_entries_ptr, 0, in rebuild_refcounts_write_refblocks()
2553 *on_disk_reftable_entries_ptr) * in rebuild_refcounts_write_refblocks()
2557 *on_disk_reftable_entries_ptr = on_disk_reftable_entries; in rebuild_refcounts_write_refblocks()