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

/external/qemu/block/
H A Dqcow2-refcount.c65 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t);
67 if (s->refcount_table_size > 0) {
73 for(i = 0; i < s->refcount_table_size; i++)
126 if (refcount_table_index >= s->refcount_table_size)
152 MAX(1, s->refcount_table_size >> (s->cluster_bits - 3));
189 if (refcount_table_index < s->refcount_table_size) {
279 if (refcount_table_index < s->refcount_table_size) {
331 s->refcount_table_size, table_size);
345 s->refcount_table_size * sizeof(uint64_t));
398 uint64_t old_table_size = s->refcount_table_size;
889 inc_refcounts(BlockDriverState *bs, BdrvCheckResult *res, uint16_t *refcount_table, int refcount_table_size, int64_t offset, int64_t size) argument
934 check_refcounts_l2(BlockDriverState *bs, BdrvCheckResult *res, uint16_t *refcount_table, int refcount_table_size, int64_t l2_offset, int check_copied) argument
1019 check_refcounts_l1(BlockDriverState *bs, BdrvCheckResult *res, uint16_t *refcount_table, int refcount_table_size, int64_t l1_table_offset, int l1_size, int check_copied) argument
[all...]
H A Dqcow2.h105 uint32_t refcount_table_size; member in struct:BDRVQcowState
H A Dqcow2.c182 s->refcount_table_size =

Completed in 178 milliseconds