Searched refs:bdrv_pwrite (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/block/
H A Dblock.h83 int bdrv_pwrite(BlockDriverState *bs, int64_t offset,
/external/qemu/block/
H A Dqcow2.c1099 if (bdrv_pwrite(bs->file, s->l1_table_offset, s->l1_table, l1_length) < 0)
1207 if (bdrv_pwrite(bs->file, cluster_offset, out_buf, out_len) != out_len) {
1277 ret = bdrv_pwrite(bs, qcow_vm_state_offset(s) + pos, buf, size);
/external/qemu/
H A Dblock.c1020 int bdrv_pwrite(BlockDriverState *bs, int64_t offset, function
1080 ret = bdrv_pwrite(bs, offset, buf, count);

Completed in 716 milliseconds