Home
last modified time | relevance | path

Searched refs:refcount_table_size (Results 1 – 4 of 4) sorted by relevance

/qemu/block/
H A Dqcow2-refcount.c93 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 …]
H A Dqcow2.h355 uint32_t refcount_table_size; member
904 int64_t *refcount_table_size,
1029 int64_t *refcount_table_size);
H A Dqcow2-bitmap.c658 int64_t *refcount_table_size) in qcow2_check_bitmaps_refcounts() argument
669 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()
H A Dqcow2.c1536 s->refcount_table_size = in qcow2_do_open()
2931 refcount_table_clusters = s->refcount_table_size >> (s->cluster_bits - 3); in qcow2_update_header()
4936 s->refcount_table_size = s->cluster_size / REFTABLE_ENTRY_SIZE; in make_completely_empty()