Searched refs:refcount_table_size (Results 1 – 4 of 4) sorted by relevance
93 unsigned i = s->refcount_table_size - 1; in update_max_refcount_table_index()116 if (s->refcount_table_size > 0) { in qcow2_refcount_init()127 for(i = 0; i < s->refcount_table_size; i++) in qcow2_refcount_init()720 s->refcount_table_size = table_size; in qcow2_refcount_area()1563 if (k >= *refcount_table_size) { in qcow2_inc_refcounts_imrt()2094 for(i = 0; i < s->refcount_table_size; i++) { in check_refblocks()3488 old_reftable_size = s->refcount_table_size; in qcow2_change_refcount_order()3492 s->refcount_table_size = new_reftable_size; in qcow2_change_refcount_order()3557 if (index < s->refcount_table_size) { in get_refblock_offset()3634 for (i = 0; i < s->refcount_table_size; i++) { in qcow2_shrink_reftable()[all …]
355 uint32_t refcount_table_size; member904 int64_t *refcount_table_size,1029 int64_t *refcount_table_size);
658 int64_t *refcount_table_size) in qcow2_check_bitmaps_refcounts() argument669 ret = qcow2_inc_refcounts_imrt(bs, res, refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts()688 refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts()715 refcount_table, refcount_table_size, in qcow2_check_bitmaps_refcounts()
1536 s->refcount_table_size = in qcow2_do_open()2945 refcount_table_clusters = s->refcount_table_size >> (s->cluster_bits - 3); in qcow2_update_header()4950 s->refcount_table_size = s->cluster_size / REFTABLE_ENTRY_SIZE; in make_completely_empty()