Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfilter-compress.c82 return bdrv_co_pwritev_part(bs->file, offset, bytes, qiov, qiov_offset, in compress_co_pwritev_part()
144 .bdrv_co_pwritev_part = compress_co_pwritev_part,
H A Dcopy-on-read.c191 return bdrv_co_pwritev_part(bs->file, offset, bytes, qiov, qiov_offset, in cor_co_pwritev_part()
262 .bdrv_co_pwritev_part = cor_co_pwritev_part,
H A Dsnapshot-access.c120 .bdrv_co_pwritev_part = snapshot_access_co_pwritev_part,
H A Dpreallocate.c418 return bdrv_co_pwritev_part(bs->file, offset, bytes, qiov, qiov_offset, in preallocate_co_pwritev_part()
610 .bdrv_co_pwritev_part = preallocate_co_pwritev_part,
H A Dio.c1099 if (drv->bdrv_co_pwritev_part) { in bdrv_driver_pwritev()
1100 ret = drv->bdrv_co_pwritev_part(bs, offset, bytes, qiov, qiov_offset, in bdrv_driver_pwritev()
2239 return bdrv_co_pwritev_part(child, offset, bytes, qiov, 0, flags); in bdrv_co_pwritev()
2242 int coroutine_fn bdrv_co_pwritev_part(BdrvChild *child, in bdrv_co_pwritev_part() function
H A Dtrace-events15 bdrv_co_pwritev_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" …
H A Dqcow2.c2623 ret = bdrv_co_pwritev_part(s->data_file, host_offset, in qcow2_co_pwritev_task()
5378 return bs->drv->bdrv_co_pwritev_part(bs, offset, qiov->size, qiov, 0, 0); in qcow2_co_save_vmstate()
6144 .bdrv_co_pwritev_part = qcow2_co_pwritev_part,
H A Dblock-backend.c1450 ret = bdrv_co_pwritev_part(blk->root, offset, bytes, qiov, qiov_offset, in blk_co_do_pwritev_part()
/openbmc/qemu/include/block/
H A Dblock_int-io.h56 int coroutine_fn GRAPH_RDLOCK bdrv_co_pwritev_part(BdrvChild *child,
H A Dblock_int-common.h564 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_pwritev_part)( member