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

  /external/qemu/block/
qcow2-refcount.c 43 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t);
45 if (s->refcount_table_size > 0) {
50 for(i = 0; i < s->refcount_table_size; i++)
86 if (refcount_table_index >= s->refcount_table_size)
111 if (min_size <= s->refcount_table_size)
114 refcount_table_clusters = s->refcount_table_size >> (s->cluster_bits - 3);
127 s->refcount_table_size,
133 s->refcount_table_size * sizeof(uint64_t));
134 for(i = 0; i < s->refcount_table_size; i++)
141 for(i = 0; i < s->refcount_table_size; i++
    [all...]
qcow2.h 100 uint32_t refcount_table_size; member in struct:BDRVQcowState
qcow2.c 200 s->refcount_table_size =

Completed in 3856 milliseconds