Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dmirror.c489 bool write_zeroes_ok = bdrv_can_write_zeroes_with_unmap(blk_bs(s->target)); in mirror_iteration() local
610 if (mirror_method != MIRROR_METHOD_COPY && write_zeroes_ok) { in mirror_iteration()