Searched refs:virtio_blk_handle_zone_mgmt (Results 1 – 2 of 2) sorted by relevance
/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() 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 D | trace-events | 57 virtio_blk_handle_zone_mgmt(void *vdev, void *req, uint8_t op, int64_t sector, int64_t len) "vdev %…
|