Home
last modified time | relevance | path

Searched refs:BlockRange (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs87 pub struct BlockRange { struct
116 pub fn next_block(&mut self) -> BlockRange { in next_block() argument
129 return BlockRange { in next_block()
139 pub fn next_multiblock(&mut self) -> BlockRange { in next_multiblock() argument
158 return BlockRange { in next_multiblock()
170 type Item = BlockRange;
185 impl BlockRange { impl