Home
last modified time | relevance | path

Searched refs:bdrv_co_pread (Results 1 – 25 of 56) sorted by relevance

123

/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dblock-copy.c187 ret = bdrv_co_pread(s->source, start, nbytes, bounce_buffer, 0); in block_copy_do_copy()
H A Dqcow.c673 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
696 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dqcow.c662 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
685 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
H A Dblock-copy.c552 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dqcow.c662 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
685 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
H A Dblock-copy.c411 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dqcow.c662 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
685 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
H A Dblock-copy.c394 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dblock-copy.c187 ret = bdrv_co_pread(s->source, start, nbytes, bounce_buffer, 0); in block_copy_do_copy()
H A Dqcow.c673 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
696 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0);
H A Dblock-copy.c323 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
H A Dqcow.c673 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
696 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dqcow.c662 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
685 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqed-table.c33 ret = bdrv_co_pread(s->bs->file, offset, bytes, table->offsets, 0); in qed_read_table()
H A Dblock-copy.c323 ret = bdrv_co_pread(s->source, offset, nbytes, bounce_buffer, 0); in block_copy_do_copy()
H A Dqcow.c673 ret = bdrv_co_pread(bs->backing, offset, n, buf, 0); in qcow_co_preadv()
696 ret = bdrv_co_pread(bs->file, cluster_offset + offset_in_cluster, in qcow_co_preadv()
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dblock_int.h982 static inline int coroutine_fn bdrv_co_pread(BdrvChild *child, in bdrv_co_pread() function
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dblock_int.h982 static inline int coroutine_fn bdrv_co_pread(BdrvChild *child, in bdrv_co_pread() function

123