Constant kdevice::log::LOGSIZE [−][src]
pub const LOGSIZE: usize = 63;
Expand description
Maximum number of blocks to be trace by log.
Note that the log layer use additional one block to store log header. Thus, the total number of
blocks used by log is LOGSIZE + 1
, which is exactly BSIZE
.