Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/io/
Ddevice.rs189 pub struct BlockRange { struct
217 pub fn next_block(&mut self) -> BlockRange { in next_block() argument
230 return BlockRange { in next_block()
240 pub fn next_multiblock(&mut self) -> BlockRange { in next_multiblock() argument
259 return BlockRange { in next_multiblock()
271 type Item = BlockRange;
286 impl BlockRange { impl