Searched refs:block_size (Results 1 – 4 of 4) sorted by relevance
16 pub fn new(lba_id: BlockId, data_start_addr: BlockId, block_size: usize) -> Self { in new()20 _block_size: block_size, in new()48 block_size: usize, field52 pub fn new(lba_id_start: BlockId, count: usize, block_size: usize) -> Self { in new()56 block_size, in new()69 self.current * self.block_size, in next()70 self.block_size, in next()
346 fn block_size(&self) -> usize; in block_size() method
554 fn block_size(&self) -> usize { in block_size() method
278 fn block_size(&self) -> usize { in block_size() method