Home
last modified time | relevance | path

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

/qemu/block/
H A Dio.c48 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
2100 ret = bdrv_co_do_pwrite_zeroes(bs, offset, bytes, flags); in bdrv_aligned_pwritev()