Lines Matching refs:host_features
483 if (!virtio_has_feature(s->host_features, VIRTIO_BLK_F_ZONED)) { in check_zoned_request()
1175 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD)) { in virtio_blk_update_config()
1191 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_WRITE_ZEROES)) { in virtio_blk_update_config()
1240 features |= s->host_features; in virtio_blk_get_features()
1875 virtio_add_feature(&s->host_features, VIRTIO_BLK_F_ZONED); in virtio_blk_device_realize()
1877 virtio_clear_feature(&s->host_features, VIRTIO_BLK_F_DISCARD); in virtio_blk_device_realize()
1881 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_DISCARD) && in virtio_blk_device_realize()
1890 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_WRITE_ZEROES) && in virtio_blk_device_realize()
1901 s->host_features); in virtio_blk_device_realize()
1993 DEFINE_PROP_BIT64("config-wce", VirtIOBlock, host_features,
2005 DEFINE_PROP_BIT64("discard", VirtIOBlock, host_features,
2009 DEFINE_PROP_BIT64("write-zeroes", VirtIOBlock, host_features,