HomeSort by relevance Sort by last modified time
    Searched refs:refcount_table (Results 1 - 3 of 3) sorted by null

  /external/qemu/block/
qcow2-refcount.c 66 s->refcount_table = qemu_malloc(refcount_table_size2);
70 s->refcount_table, refcount_table_size2);
74 be64_to_cpus(&s->refcount_table[i]);
85 qemu_free(s->refcount_table);
128 refcount_block_offset = s->refcount_table[refcount_table_index];
192 s->refcount_table[refcount_table_index];
289 s->refcount_table[refcount_table_index] = new_block;
344 memcpy(new_table, s->refcount_table,
400 qemu_free(s->refcount_table);
401 s->refcount_table = new_table
1110 uint16_t *refcount_table; local
    [all...]
qcow2.h 103 uint64_t *refcount_table; member in struct:BDRVQcowState
126 uint64_t *refcount_table; member in struct:QCowCreateState
qcow2.c 937 s->refcount_table = qemu_mallocz(reftable_clusters * s->cluster_size);
946 s->refcount_table[i] = cpu_to_be64(offset);
1009 ret = qemu_write_full(fd, s->refcount_table,
1026 qemu_free(s->refcount_table);
    [all...]

Completed in 91 milliseconds