Searched refs:blk_size_log2 (Results 1 – 4 of 4) sorted by relevance
80 pub blk_size_log2: u8, field92 pub blk_size_log2: u8, field97 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()101 blk_size_log2, in new()105 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()110 blk_size_log2, in new_multiblock()117 let blk_size_log2 = self.blk_size_log2; in next_block() localVariable118 let blk_size = 1usize << self.blk_size_log2; in next_block()134 blk_size_log2, in next_block()140 let blk_size_log2 = self.blk_size_log2; in next_multiblock() localVariable[all …]
29 let bsizelog2 = bdev.upgrade().unwrap().blk_size_log2(); in new()
541 fn blk_size_log2(&self) -> u8 { in blk_size_log2() method
265 fn blk_size_log2(&self) -> u8 { in blk_size_log2() method