Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow.c460 ret = bdrv_co_pwrite(bs->file, cluster_offset, s->cluster_size, in get_cluster_offset()
500 ret = bdrv_co_pwrite(bs->file, cluster_offset + i, in get_cluster_offset()
777 ret = bdrv_co_pwrite(bs->file, cluster_offset + offset_in_cluster, in qcow_co_pwritev()
1125 ret = bdrv_co_pwrite(bs->file, cluster_offset, out_len, out_buf, 0); in qcow_co_pwritev_compressed()
H A Dqed-table.c96 ret = bdrv_co_pwrite(s->bs->file, offset, len_bytes, new_table->offsets, 0); in qed_write_table()
H A Dvdi.c669 ret = bdrv_co_pwrite(bs->file, data_offset, s->block_size, block, in vdi_co_pwritev()
715 ret = bdrv_co_pwrite(bs->file, 0, sizeof(*header), header, 0); in vdi_co_pwritev()
732 ret = bdrv_co_pwrite(bs->file, bmap_offset * SECTOR_SIZE, in vdi_co_pwritev()
H A Dparallels.c360 ret = bdrv_co_pwrite(bs->file, s->data_end * BDRV_SECTOR_SIZE, in allocate_clusters()
404 ret = bdrv_co_pwrite(bs->file, off, to_write, in parallels_co_flush_to_os()
870 ret = bdrv_co_pwrite(bs->file, host_off, s->cluster_size, buf, 0); in parallels_check_duplicate()
H A Dvmdk.c1494 ret = bdrv_co_pwrite(extent->file, cluster_offset, skip_start_bytes, in get_whole_cluster()
1515 ret = bdrv_co_pwrite(extent->file, cluster_offset + skip_end_bytes, in get_whole_cluster()
1536 if (bdrv_co_pwrite(extent->file, in vmdk_L2update()
1545 if (bdrv_co_pwrite(extent->file, in vmdk_L2update()
H A Dvhdx-log.c201 ret = bdrv_co_pwrite(bs->file, offset, VHDX_LOG_SECTOR_SIZE, buffer_tmp, 0); in vhdx_log_write_sectors()
H A Dblock-copy.c562 ret = bdrv_co_pwrite(s->target, offset, nbytes, bounce_buffer, in block_copy_do_copy()
H A Dqcow2-refcount.c2062 ret = bdrv_co_pwrite(bs->file, l2_offset, s->cluster_size, l2_table, 0); in check_oflag_copied()
2584 ret = bdrv_co_pwrite(bs->file, refblock_offset, s->cluster_size, in rebuild_refcounts_write_refblocks()
2739 ret = bdrv_co_pwrite(bs->file, reftable_offset, reftable_length, in rebuild_refcount_structure()
H A Dqed.c128 ret = bdrv_co_pwrite(s->bs->file, 0, len, buf, 0); in qed_write_header()
H A Dvvfat.c1980 res = bdrv_co_pwrite(s->qcow, offs * BDRV_SECTOR_SIZE, in get_cluster_count_for_direntry()
3088 ret = bdrv_co_pwrite(s->qcow, sector_num * BDRV_SECTOR_SIZE, in vvfat_write()
H A Dio.c947 ret = bdrv_co_pwrite(child, offset, bytes, buf, flags); in bdrv_co_pwrite_sync()
H A Dqcow2.c4726 ret = bdrv_co_pwrite(s->data_file, cluster_offset, out_len, out_buf, 0); in qcow2_co_pwritev_compressed_task()
/openbmc/qemu/include/block/
H A Dblock_int-io.h70 static inline int coroutine_fn GRAPH_RDLOCK bdrv_co_pwrite(BdrvChild *child, in bdrv_co_pwrite() function