Searched refs:VIRTIO_BLK_F_SECURE_ERASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvirtio_blk.h43 #define VIRTIO_BLK_F_SECURE_ERASE 16 /* Secure Erase is supported */ macro
127 /* the next 3 entries are guarded by VIRTIO_BLK_F_SECURE_ERASE */
/linux-master/drivers/block/
H A Dvirtio_blk.c1351 * If both VIRTIO_BLK_F_SECURE_ERASE and VIRTIO_BLK_F_DISCARD features
1360 if (virtio_has_feature(vdev, VIRTIO_BLK_F_SECURE_ERASE)) {
1406 virtio_has_feature(vdev, VIRTIO_BLK_F_SECURE_ERASE)) {
1409 * config are 0 and VIRTIO_BLK_F_SECURE_ERASE feature is not negotiated.
1644 VIRTIO_BLK_F_SECURE_ERASE,
1652 VIRTIO_BLK_F_SECURE_ERASE, VIRTIO_BLK_F_ZONED,

Completed in 122 milliseconds