Constant btlib::EXPECTED_IO_BLOCK
source · pub const EXPECTED_IO_BLOCK: usize = 4096;
Expand description
The expected size of the IO blocks for the file system. This is used to calculate SECTOR_SZ_DEFAULT.
pub const EXPECTED_IO_BLOCK: usize = 4096;
The expected size of the IO blocks for the file system. This is used to calculate SECTOR_SZ_DEFAULT.