Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-io.h128 bool bdrv_can_write_zeroes_with_unmap(BlockDriverState *bs);
/openbmc/qemu/block/
H A Dmirror.c490 bool write_zeroes_ok = bdrv_can_write_zeroes_with_unmap(blk_bs(s->target)); in mirror_iteration()
852 if (!bdrv_can_write_zeroes_with_unmap(target_bs)) { in mirror_dirty_init()
/openbmc/qemu/
H A Dblock.c6535 bool bdrv_can_write_zeroes_with_unmap(BlockDriverState *bs) in bdrv_can_write_zeroes_with_unmap() function