Searched defs:offset_b (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c164 uint64_t offset_b)
167 uint64_t block_b = offset_b >> (2 * s->cluster_bits - REFCOUNT_SHIFT);
163 in_same_refcount_block(BDRVQcowState *s, uint64_t offset_a, uint64_t offset_b) argument

Completed in 86 milliseconds