Home
last modified time | relevance | path

Searched refs:virtio_blk_handle_zone_mgmt (Results 1 – 2 of 2) sorted by relevance

/openbmc/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() function
885 virtio_blk_handle_zone_mgmt(req, BLK_ZO_OPEN); in virtio_blk_handle_request()
888 virtio_blk_handle_zone_mgmt(req, BLK_ZO_CLOSE); in virtio_blk_handle_request()
891 virtio_blk_handle_zone_mgmt(req, BLK_ZO_FINISH); in virtio_blk_handle_request()
894 virtio_blk_handle_zone_mgmt(req, BLK_ZO_RESET); in virtio_blk_handle_request()
897 virtio_blk_handle_zone_mgmt(req, BLK_ZO_RESET); in virtio_blk_handle_request()
H A Dtrace-events57 virtio_blk_handle_zone_mgmt(void *vdev, void *req, uint8_t op, int64_t sector, int64_t len) "vdev %…