Module blk

Source
Expand description

Driver for VirtIO block devices.

Structs§

BlkReq
A VirtIO block device request.
BlkResp
Response of a VirtIOBlk request.
RespStatus
Status of a VirtIOBlk request.
VirtIOBlk
Driver for a VirtIO block device.

Constants§

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