Home
last modified time | relevance | path

Searched refs:BlockZoneOp (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-common.h85 typedef enum BlockZoneOp { enum
90 } BlockZoneOp; typedef
H A Dblock-io.h121 BlockZoneOp op,
H A Dblock_int-common.h760 int coroutine_fn (*bdrv_co_zone_mgmt)(BlockDriverState *bs, BlockZoneOp op,
/openbmc/qemu/include/system/
H A Dblock-backend-io.h60 BlockAIOCB *blk_aio_zone_mgmt(BlockBackend *blk, BlockZoneOp op,
207 int coroutine_fn blk_co_zone_mgmt(BlockBackend *blk, BlockZoneOp op,
209 int co_wrapper_mixed blk_zone_mgmt(BlockBackend *blk, BlockZoneOp op,
/openbmc/qemu/block/
H A Draw-format.c331 raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_mgmt()
H A Dblock-backend.c1924 (BlockZoneOp)(uintptr_t)rwco->iobuf, in blk_aio_zone_mgmt_entry()
1929 BlockAIOCB *blk_aio_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_aio_zone_mgmt()
2030 int coroutine_fn blk_co_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_co_zone_mgmt()
H A Dio.c3300 int coroutine_fn bdrv_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in bdrv_co_zone_report()
H A Dfile-posix.c3514 static int coroutine_fn raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_report()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c675 static int virtio_blk_handle_zone_mgmt(VirtIOBlockReq *req, BlockZoneOp op) in virtio_blk_zone_mgmt_complete()