Searched refs:qcow2_get_last_cluster (Results 1 – 3 of 3) sorted by relevance
914 qcow2_get_last_cluster(BlockDriverState *bs, int64_t size);
4382 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()
3695 int64_t coroutine_fn qcow2_get_last_cluster(BlockDriverState *bs, int64_t size) in qcow2_get_last_cluster() function