Home
last modified time | relevance | path

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

/qemu/block/
H A Dvpc.c520 r = bdrv_co_pwrite_sync(bs->file, bitmap_offset, s->bitmap_size, bitmap, 0); in get_image_offset()
542 ret = bdrv_co_pwrite_sync(bs->file, offset, sizeof(s->footer), &s->footer, 0); in rewrite_footer()
577 ret = bdrv_co_pwrite_sync(bs->file, s->free_data_block_offset, in alloc_block()
592 ret = bdrv_co_pwrite_sync(bs->file, bat_offset, 4, &bat_value, 0); in alloc_block()
H A Dqcow.c388 ret = bdrv_co_pwrite_sync(bs->file, in get_cluster_offset()
421 ret = bdrv_co_pwrite_sync(bs->file, l2_offset, in get_cluster_offset()
522 ret = bdrv_co_pwrite_sync(bs->file, l2_offset + l2_index * sizeof(tmp), in get_cluster_offset()
H A Dqcow2-refcount.c1637 ret = bdrv_co_pwrite_sync(bs->file, l2e_offset, l2_entry_size(s), in fix_l2_entry_by_zero()
2750 ret = bdrv_co_pwrite_sync(bs->file, in rebuild_refcount_structure()
3668 ret = bdrv_co_pwrite_sync(bs->file, s->refcount_table_offset, in qcow2_shrink_reftable()
H A Dqcow2-snapshot.c516 ret = bdrv_co_pwrite_sync(bs->file, offsetof(QCowHeader, nb_snapshots), in qcow2_check_read_snapshot_table()
H A Dqed.c1571 ret = bdrv_co_pwrite_sync(bs->file, 0, buffer_len, buffer, 0); in bdrv_qed_co_change_backing_file()
H A Dio.c939 int coroutine_fn bdrv_co_pwrite_sync(BdrvChild *child, int64_t offset, in bdrv_co_pwrite_sync() function
H A Dvmdk.c387 ret = bdrv_co_pwrite_sync(bs->file, s->desc_offset, desc_buf_size, desc, 0); in vmdk_write_cid()
H A Dqcow2.c4637 ret = bdrv_co_pwrite_sync(bs->file, offsetof(QCowHeader, size), in qcow2_co_truncate()
/qemu/include/block/
H A Dblock-io.h63 bdrv_co_pwrite_sync(BdrvChild *child, int64_t offset, int64_t bytes,