Constant kdevice::block::BSIZE [−][src]
pub const BSIZE: usize = 512;
Expand description
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.