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