Searched refs:VIRTIO_BLK_F_ZONED (Results 1 – 6 of 6) sorted by relevance
32 {.flags = 1ULL << VIRTIO_BLK_F_ZONED,
483 if (!virtio_has_feature(s->host_features, VIRTIO_BLK_F_ZONED)) { in check_zoned_request()1875 virtio_add_feature(&s->host_features, VIRTIO_BLK_F_ZONED); in virtio_blk_device_realize()
44 #define VIRTIO_BLK_F_ZONED 17 /* Zoned block device */ macro
168 FEATURE_ENTRY(VIRTIO_BLK_F_ZONED, \
1570 if (virtio_has_feature(vdev, VIRTIO_BLK_F_ZONED)) { in virtblk_probe()1680 VIRTIO_BLK_F_SECURE_ERASE, VIRTIO_BLK_F_ZONED,