Home
last modified time | relevance | path

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

/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.h747 int coroutine_fn (*bdrv_co_zone_mgmt)(BlockDriverState *bs, BlockZoneOp op,
/qemu/include/sysemu/
H A Dblock-backend-io.h53 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,
/qemu/block/
H A Draw-format.c331 raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_mgmt()
H A Dblock-backend.c1913 (BlockZoneOp)(uintptr_t)rwco->iobuf, in blk_aio_zone_mgmt_entry()
1918 BlockAIOCB *blk_aio_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_aio_zone_mgmt()
2019 int coroutine_fn blk_co_zone_mgmt(BlockBackend *blk, BlockZoneOp op, in blk_co_zone_mgmt()
H A Dio.c3244 int coroutine_fn bdrv_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in bdrv_co_zone_mgmt()
H A Dfile-posix.c3416 static int coroutine_fn raw_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in raw_co_zone_mgmt()
/qemu/hw/block/
H A Dvirtio-blk.c683 static int virtio_blk_handle_zone_mgmt(VirtIOBlockReq *req, BlockZoneOp op) in virtio_blk_handle_zone_mgmt()