⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module features

Module features 

Source
Expand description

Virtio-blk feature bits (virtio spec 5.2.3)

Constants§

VIRTIO_BLK_F_BLK_SIZE
Block size of disk is in blk_size.
VIRTIO_BLK_F_FLUSH
Cache flush command support.
VIRTIO_BLK_F_GEOMETRY
Disk-style geometry specified in geometry.
VIRTIO_BLK_F_RO
Device is read-only.
VIRTIO_BLK_F_SEG_MAX
Maximum number of segments in a request is in seg_max.
VIRTIO_BLK_F_SIZE_MAX
Maximum size of any single segment is in size_max.