Searched refs:target_does_cow (Results 1 – 1 of 1) sorted by relevance
318 bool target_does_cow; in block_copy_calculate_cluster_size() local326 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()