Searched refs:bdrv_co_ioctl (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | raw-format.c | 454 return bdrv_co_ioctl(bs->file->bs, req, buf); in raw_co_ioctl() 669 .bdrv_co_ioctl = &raw_co_ioctl,
|
| H A D | io.c | 3251 int coroutine_fn bdrv_co_ioctl(BlockDriverState *bs, int req, void *buf) in bdrv_co_ioctl() function 3262 if (!drv || (!drv->bdrv_aio_ioctl && !drv->bdrv_co_ioctl)) { in bdrv_co_ioctl() 3267 if (drv->bdrv_co_ioctl) { in bdrv_co_ioctl() 3268 co.ret = drv->bdrv_co_ioctl(bs, req, buf); in bdrv_co_ioctl()
|
| H A D | file-posix.c | 4493 .bdrv_co_ioctl = hdev_co_ioctl, 4624 .bdrv_co_ioctl = hdev_co_ioctl,
|
| H A D | block-backend.c | 1751 return bdrv_co_ioctl(blk_bs(blk), req, buf); in blk_co_do_ioctl()
|
| /openbmc/qemu/include/block/ |
| H A D | block-io.h | 107 bdrv_co_ioctl(BlockDriverState *bs, int req, void *buf);
|
| H A D | block_int-common.h | 774 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_ioctl)( member
|