Searched refs:BlockZoneOp (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-common.h | 85 typedef enum BlockZoneOp { enum 90 } BlockZoneOp; typedef
|
H A D | block-io.h | 121 BlockZoneOp op,
|
H A D | block_int-common.h | 744 int coroutine_fn (*bdrv_co_zone_mgmt)(BlockDriverState *bs, BlockZoneOp op,
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 53 BlockAIOCB *blk_aio_zone_mgmt(BlockBackend *blk, BlockZoneOp op, 199 int coroutine_fn blk_co_zone_mgmt(BlockBackend *blk, BlockZoneOp op, 201 int co_wrapper_mixed blk_zone_mgmt(BlockBackend *blk, BlockZoneOp op,
|
/openbmc/qemu/block/ |
H A D | raw-format.c | 331 raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_mgmt()
|
H A D | block-backend.c | 1910 (BlockZoneOp)(uintptr_t)rwco->iobuf, in blk_aio_zone_mgmt_entry() 1915 BlockAIOCB *blk_aio_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_aio_zone_mgmt() 2016 int coroutine_fn blk_co_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_co_zone_mgmt()
|
H A D | io.c | 3245 int coroutine_fn bdrv_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in bdrv_co_zone_mgmt()
|
H A D | file-posix.c | 3416 static int coroutine_fn raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_mgmt()
|
/openbmc/qemu/hw/block/ |
H A D | virtio-blk.c | 683 static int virtio_blk_handle_zone_mgmt(VirtIOBlockReq *req, BlockZoneOp op) in virtio_blk_handle_zone_mgmt()
|