Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h914 qcow2_get_last_cluster(BlockDriverState *bs, int64_t size);
H A Dqcow2.c4382 last_cluster = qcow2_get_last_cluster(bs, old_file_size); in qcow2_co_truncate()
4476 last_cluster = qcow2_get_last_cluster(bs, old_file_size); in qcow2_co_truncate()
H A Dqcow2-refcount.c3695 int64_t coroutine_fn qcow2_get_last_cluster(BlockDriverState *bs, int64_t size) in qcow2_get_last_cluster() function