Constant ext2::blockgroup::BLOCK_SIZE
source · pub const BLOCK_SIZE: usize = 4096;
Expand description
The size of a block in bytes. We only support 4K-byte blocks.
pub const BLOCK_SIZE: usize = 4096;
The size of a block in bytes. We only support 4K-byte blocks.