Searched refs:bdrv_co_do_pwrite_zeroes (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | io.c | 48 static int coroutine_fn bdrv_co_do_pwrite_zeroes(BlockDriverState *bs, 1272 ret = bdrv_co_do_pwrite_zeroes(bs, align_offset, pnum, in bdrv_co_do_copy_on_readv() 1832 bdrv_co_do_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_co_do_pwrite_zeroes() function 2105 ret = bdrv_co_do_pwrite_zeroes(bs, offset, bytes, flags); in bdrv_aligned_pwritev()
|