Home
last modified time | relevance | path

Searched refs:bdrv_co_pwrite_zeroes (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/block/
H A Dfilter-compress.c91 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in compress_co_pwrite_zeroes()
145 .bdrv_co_pwrite_zeroes = compress_co_pwrite_zeroes,
H A Dblkreplay.c102 int ret = bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in blkreplay_co_pwrite_zeroes()
154 .bdrv_co_pwrite_zeroes = blkreplay_co_pwrite_zeroes,
H A Dcopy-on-read.c200 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in cor_co_pwrite_zeroes()
263 .bdrv_co_pwrite_zeroes = cor_co_pwrite_zeroes,
H A Dthrottle.c146 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in throttle_co_pwrite_zeroes()
256 .bdrv_co_pwrite_zeroes = throttle_co_pwrite_zeroes,
H A Dpreallocate.c386 ret = bdrv_co_pwrite_zeroes( in handle_write()
408 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in preallocate_co_pwrite_zeroes()
611 .bdrv_co_pwrite_zeroes = preallocate_co_pwrite_zeroes,
H A Dblklogwrites.c398 lr->log_ret = bdrv_co_pwrite_zeroes(s->log_file, zeroes_offset, in blk_log_writes_co_do_log()
534 return bdrv_co_pwrite_zeroes(fr->bs->file, fr->offset, fr->bytes, in blk_log_writes_co_do_file_pwrite_zeroes()
602 .bdrv_co_pwrite_zeroes = blk_log_writes_co_pwrite_zeroes,
H A Dsnapshot-access.c121 .bdrv_co_pwrite_zeroes = snapshot_access_co_pwrite_zeroes,
H A Dcopy-before-write.c174 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in cbw_co_pwrite_zeroes()
533 .bdrv_co_pwrite_zeroes = cbw_co_pwrite_zeroes,
H A Draw-format.c307 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in raw_co_pwrite_zeroes()
651 .bdrv_co_pwrite_zeroes = &raw_co_pwrite_zeroes,
H A Dgluster.c1570 .bdrv_co_pwrite_zeroes = qemu_gluster_co_pwrite_zeroes,
1599 .bdrv_co_pwrite_zeroes = qemu_gluster_co_pwrite_zeroes,
1628 .bdrv_co_pwrite_zeroes = qemu_gluster_co_pwrite_zeroes,
H A Dparallels.c301 ret = bdrv_co_pwrite_zeroes(bs->file, host_off, bytes, 0); in allocate_clusters()
331 ret = bdrv_co_pwrite_zeroes(bs->file, host_off, in allocate_clusters()
1477 .bdrv_co_pwrite_zeroes = parallels_co_pwrite_zeroes,
H A Dio.c1267 if (drv->bdrv_co_pwrite_zeroes && in bdrv_co_do_copy_on_readv()
1905 if (drv->bdrv_co_pwrite_zeroes) { in bdrv_co_do_pwrite_zeroes()
1906 ret = drv->bdrv_co_pwrite_zeroes(bs, offset, num, in bdrv_co_do_pwrite_zeroes()
2090 !(flags & BDRV_REQ_ZERO_WRITE) && drv->bdrv_co_pwrite_zeroes && in bdrv_aligned_pwritev()
2316 int coroutine_fn bdrv_co_pwrite_zeroes(BdrvChild *child, int64_t offset, in bdrv_co_pwrite_zeroes() function
3414 return bdrv_co_pwrite_zeroes(dst, dst_offset, bytes, write_flags); in bdrv_co_copy_range_internal()
H A Dblkdebug.c716 return bdrv_co_pwrite_zeroes(bs->file, offset, bytes, flags); in blkdebug_co_pwrite_zeroes()
1088 .bdrv_co_pwrite_zeroes = blkdebug_co_pwrite_zeroes,
H A Dquorum.c707 sacb->ret = bdrv_co_pwrite_zeroes(s->children[i], acb->offset, in write_quorum_entry()
1297 .bdrv_co_pwrite_zeroes = quorum_co_pwrite_zeroes,
H A Dnbd.c2153 .bdrv_co_pwrite_zeroes = nbd_client_co_pwrite_zeroes,
2181 .bdrv_co_pwrite_zeroes = nbd_client_co_pwrite_zeroes,
2209 .bdrv_co_pwrite_zeroes = nbd_client_co_pwrite_zeroes,
H A Dmirror.c1549 ret = bdrv_co_pwrite_zeroes(bs->backing, offset, bytes, flags); in bdrv_mirror_top_do_write()
1699 .bdrv_co_pwrite_zeroes = bdrv_mirror_top_pwrite_zeroes,
H A Dblkio.c1104 .bdrv_co_pwrite_zeroes = blkio_co_pwrite_zeroes, \
H A Dblock-copy.c519 ret = bdrv_co_pwrite_zeroes(s->target, offset, nbytes, s->write_flags & in block_copy_do_copy()
H A Dqcow2-cluster.c52 ret = bdrv_co_pwrite_zeroes(bs->file, in qcow2_shrink_l1_table()
2171 ret = bdrv_co_pwrite_zeroes(s->data_file, offset, bytes, flags); in qcow2_subcluster_zeroize()
H A Discsi.c2449 .bdrv_co_pwrite_zeroes = iscsi_co_pwrite_zeroes,
2488 .bdrv_co_pwrite_zeroes = iscsi_co_pwrite_zeroes,
H A Dtrace-events16 bdrv_co_pwrite_zeroes(void *bs, int64_t offset, int64_t bytes, int flags) "bs %p offset %" PRId64 "…
H A Dqcow2.c149 ret = bdrv_co_pwrite_zeroes(bs->file, ret, clusterlen, 0); in qcow2_crypto_hdr_init_func()
2571 ret = bdrv_co_pwrite_zeroes(s->data_file, start_offset, nb_bytes, in handle_alloc_space()
6163 .bdrv_co_pwrite_zeroes = qcow2_co_pwrite_zeroes,
H A Dqed.c1663 .bdrv_co_pwrite_zeroes = bdrv_qed_co_pwrite_zeroes,
/openbmc/qemu/include/block/
H A Dblock-io.h73 bdrv_co_pwrite_zeroes(BdrvChild *child, int64_t offset, int64_t bytes,
H A Dblock_int-common.h571 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_pwrite_zeroes)( member

12