Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-refcount.c65 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t); in qcow2_refcount_init()
67 if (s->refcount_table_size > 0) { in qcow2_refcount_init()
73 for(i = 0; i < s->refcount_table_size; i++) in qcow2_refcount_init()
126 if (refcount_table_index >= s->refcount_table_size) in get_refcount()
152 MAX(1, s->refcount_table_size >> (s->cluster_bits - 3)); in next_refcount_table_size()
189 if (refcount_table_index < s->refcount_table_size) { in alloc_refcount_block()
279 if (refcount_table_index < s->refcount_table_size) { in alloc_refcount_block()
331 s->refcount_table_size, table_size); in alloc_refcount_block()
345 s->refcount_table_size * sizeof(uint64_t)); in alloc_refcount_block()
398 uint64_t old_table_size = s->refcount_table_size; in alloc_refcount_block()
[all …]
Dqcow2.h105 uint32_t refcount_table_size; member
Dqcow2.c182 s->refcount_table_size = in qcow_open()