Home
last modified time | relevance | path

Searched refs:target_does_cow (Results 1 – 1 of 1) sorted by path

/qemu/block/
H A Dblock-copy.c316 bool target_does_cow; in block_copy_calculate_cluster_size() local
321 target_does_cow = bdrv_backing_chain_next(target); in block_copy_calculate_cluster_size()
329 if (ret == -ENOTSUP && !target_does_cow) { in block_copy_calculate_cluster_size()
338 } else if (ret < 0 && !target_does_cow) { in block_copy_calculate_cluster_size()
345 } else if (ret < 0 && target_does_cow) { in block_copy_calculate_cluster_size()