Home
last modified time | relevance | path

Searched refs:exact_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cluster.c36 uint64_t exact_size) in qcow2_shrink_l1_table() argument
41 if (exact_size >= s->l1_size) { in qcow2_shrink_l1_table()
45 new_l1_size = exact_size; in qcow2_shrink_l1_table()
87 bool exact_size) in qcow2_grow_l1_table() argument
106 if (exact_size) { in qcow2_grow_l1_table()
H A Dqcow2.h865 uint64_t additional_clusters, bool exact_size,
921 qcow2_grow_l1_table(BlockDriverState *bs, uint64_t min_size, bool exact_size);
H A Dqcow2-refcount.c533 uint64_t additional_clusters, bool exact_size, in qcow2_refcount_area() argument
550 !exact_size, &total_refblock_count_u64); in qcow2_refcount_area()
563 if (exact_size) { in qcow2_refcount_area()