Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dblock-copy.c318 bool target_does_cow; in block_copy_calculate_cluster_size() local
326 target_does_cow = bdrv_backing_chain_next(target); in block_copy_calculate_cluster_size()
334 if (ret == -ENOTSUP && !target_does_cow) { in block_copy_calculate_cluster_size()
343 } else if (ret < 0 && !target_does_cow) { in block_copy_calculate_cluster_size()
350 } else if (ret < 0 && target_does_cow) { in block_copy_calculate_cluster_size()