Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h921 qcow2_grow_l1_table(BlockDriverState *bs, uint64_t min_size, bool exact_size);
H A Dqcow2-snapshot.c812 ret = qcow2_grow_l1_table(bs, sn->l1_size, true); in qcow2_snapshot_goto()
H A Dqcow2-cluster.c86 int qcow2_grow_l1_table(BlockDriverState *bs, uint64_t min_size, in qcow2_grow_l1_table() function
769 ret = qcow2_grow_l1_table(bs, l1_index + 1, false); in get_cluster_table()
H A Dqcow2.c4391 ret = qcow2_grow_l1_table(bs, new_l1_size, true); in qcow2_co_truncate()