Searched refs:qemu_io_free (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 360 static void qemu_io_free(BlockBackend *blk, void *p, size_t len, in qemu_io_free() function 438 qemu_io_free(blk, alloc_buf, alloc_len, false); in qemu_io_alloc_from_file() 869 qemu_io_free(blk, buf, count, flags & BDRV_REQ_REGISTERED_BUF); in read_f() 1003 qemu_io_free(blk, buf, qiov.size, flags & BDRV_REQ_REGISTERED_BUF); in readv_f() 1223 qemu_io_free(blk, buf, count, flags & BDRV_REQ_REGISTERED_BUF); in write_f() 1340 qemu_io_free(blk, buf, qiov.size, flags & BDRV_REQ_REGISTERED_BUF); in writev_f() 1387 qemu_io_free(ctx->blk, ctx->buf, ctx->qiov.size, in aio_write_done() 1433 qemu_io_free(ctx->blk, ctx->buf, ctx->qiov.size, in aio_read_done() 1981 qemu_io_free(blk, buf, qiov.size, in zone_append_f()
|