Searched refs:refcount_max (Results 1 – 3 of 3) sorted by relevance
873 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()
385 uint64_t refcount_max;382 uint64_t refcount_max; global() member
1577 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()