virtio_drivers::device::blk

Constant SECTOR_SIZE

Source
pub const SECTOR_SIZE: usize = 512;
Expand description

The standard sector size of a VirtIO block device. Data is read and written in multiples of this size.