Searched refs:VIRTIO_BLK_F_WRITE_ZEROES (Results 1 – 4 of 4) sorted by relevance
42 #define VIRTIO_BLK_F_WRITE_ZEROES 14 /* WRITE ZEROES is supported */ macro
1331 if (virtio_has_feature(vdev, VIRTIO_BLK_F_WRITE_ZEROES)) { in virtblk_read_limits()1635 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,1643 VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
34 (1ULL << VIRTIO_BLK_F_WRITE_ZEROES))
1073 if ((features & BIT_ULL(VIRTIO_BLK_F_WRITE_ZEROES)) == 0) in vdpa_dev_blk_write_zeroes_config_fill()