Module kdevice::block[][src]

Expand description

Block device driver.

Structs

BlockSlot

Representing a physical device slot.

Blocks

Block device driver.

Constants

BSIZE

Block size. The block device hardware should guarantee that write to a block is always atomic. That’s, either all data in a single block is updated or not.

Traits

BlockBus

Block device trait that you need to implement for each slot.