Home | History | Annotate | Download | only in block

Lines Matching defs:table_size

312     uint64_t table_size = next_refcount_table_size(s, blocks_used + 1);
316 uint64_t table_clusters = size_to_clusters(s, table_size);
322 last_table_size = table_size;
323 table_size = next_refcount_table_size(s, blocks_used +
327 } while (last_table_size != table_size);
331 s->refcount_table_size, table_size);
339 uint64_t *new_table = qemu_mallocz(table_size * sizeof(uint64_t));
354 uint64_t table_clusters = size_to_clusters(s, table_size * sizeof(uint64_t));
370 for(i = 0; i < table_size; i++) {
376 table_size * sizeof(uint64_t));
381 for(i = 0; i < table_size; i++) {
402 s->refcount_table_size = table_size;