Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs199 pub struct BlockRange { struct
227 pub fn next_block(&mut self) -> BlockRange { in next_block() argument
240 return BlockRange { in next_block()
250 pub fn next_multiblock(&mut self) -> BlockRange { in next_multiblock() argument
269 return BlockRange { in next_multiblock()
281 type Item = BlockRange;
296 impl BlockRange { implementation