Lines Matching +full:erase +full:- +full:size
34 #define VIRTIO_BLK_F_SIZE_MAX 1 /* Indicates maximum segment size */
37 #define VIRTIO_BLK_F_RO 5 /* Disk is read-only */
38 #define VIRTIO_BLK_F_BLK_SIZE 6 /* Block size of disk is available*/
43 #define VIRTIO_BLK_F_SECURE_ERASE 16 /* Secure Erase is supported */
61 /* The capacity (in 512-byte sectors). */
63 /* The maximum segment size (if VIRTIO_BLK_F_SIZE_MAX) */
74 /* block size of device (if VIRTIO_BLK_F_BLK_SIZE) */
82 /* minimum I/O size without performance penalty in logical blocks. */
84 /* optimal sustained I/O size in logical blocks. */
96 * The maximum discard sectors (in 512-byte sectors) for
110 * The maximum number of write zeroes sectors (in 512-byte sectors) in
129 * The maximum secure erase sectors (in 512-byte sectors) for
134 * The maximum number of secure erase segments in a
135 * secure erase command.
138 /* Secure erase commands must be aligned to this number of sectors. */
185 /* Secure erase command */
215 * This comes first in the read scatter-gather list.
217 * this is the first element of the read scatter-gather list.
234 /* Host-managed zoned device */
236 /* Host-aware zoned device */
287 /* Read-Only */
316 /* And this is the final byte of the write scatter-gather list. */