Home
last modified time | relevance | path

Searched refs:VIRTIO_BLK_F_WRITE_ZEROES (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/block/
H A Dvirtio-blk-common.c30 {.flags = 1ULL << VIRTIO_BLK_F_WRITE_ZEROES,
H A Dvhost-user-blk.c46 VIRTIO_BLK_F_WRITE_ZEROES,
583 VIRTIO_BLK_F_WRITE_ZEROES, true),
H A Dvirtio-blk.c1191 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_WRITE_ZEROES)) { in virtio_blk_update_config()
1890 if (virtio_has_feature(s->host_features, VIRTIO_BLK_F_WRITE_ZEROES) && in virtio_blk_device_realize()
2010 VIRTIO_BLK_F_WRITE_ZEROES, true),
/openbmc/linux/include/uapi/linux/
H A Dvirtio_blk.h42 #define VIRTIO_BLK_F_WRITE_ZEROES 14 /* WRITE ZEROES is supported */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_blk.h42 #define VIRTIO_BLK_F_WRITE_ZEROES 14 /* WRITE ZEROES is supported */ macro
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c127 1ull << VIRTIO_BLK_F_WRITE_ZEROES | in vu_blk_get_features()
H A Dvduse-blk.c332 (1ULL << VIRTIO_BLK_F_WRITE_ZEROES); in vduse_blk_exp_create()
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c34 (1ULL << VIRTIO_BLK_F_WRITE_ZEROES))
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1478 if (virtio_has_feature(vdev, VIRTIO_BLK_F_WRITE_ZEROES)) { in virtblk_probe()
1671 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
1679 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
/openbmc/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c380 1ull << VIRTIO_BLK_F_WRITE_ZEROES | in vub_get_features()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c170 FEATURE_ENTRY(VIRTIO_BLK_F_WRITE_ZEROES, \
/openbmc/qemu/tests/qtest/
H A Dvirtio-blk-test.c193 if (features & (1u << VIRTIO_BLK_F_WRITE_ZEROES)) { in test_basic()
H A Dvhost-user-blk-test.c295 if (features & (1u << VIRTIO_BLK_F_WRITE_ZEROES)) { in test_basic()