Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c873 refcount + addend > s->refcount_max)) in update_refcount()
1090 if (refcount == s->refcount_max) { in qcow2_alloc_bytes()
1590 if (refcount == s->refcount_max) {
3527 s->refcount_max = UINT64_C(1) << (s->refcount_bits - 1); in qcow2_change_refcount_order()
3528 s->refcount_max += s->refcount_max - 1; in qcow2_change_refcount_order()
H A Dqcow2.h385 uint64_t refcount_max;
382 uint64_t refcount_max; global() member
H A Dqcow2.c1577 s->refcount_max = UINT64_C(1) << (s->refcount_bits - 1); in qcow2_do_open()
1578 s->refcount_max += s->refcount_max - 1; in qcow2_do_open()