Home
last modified time | relevance | path

Searched refs:BLK_ZO_RESET (Results 1 – 4 of 4) sorted by relevance

/qemu/include/block/
H A Dblock-common.h89 BLK_ZO_RESET, enumerator
/qemu/hw/block/
H A Dvirtio-blk.c894 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()
/qemu/
H A Dqemu-io-cmds.c1906 ret = blk_zone_mgmt(blk, BLK_ZO_RESET, offset, len); in zone_reset_f()
/qemu/block/
H A Dfile-posix.c3463 case BLK_ZO_RESET: in raw_co_zone_mgmt()