Home
last modified time | relevance | path

Searched defs:BlockIter (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/block/cache/
H A Dcache_iter.rs40 pub struct BlockIter { struct
51 impl BlockIter { argument
62 impl Iterator for BlockIter { implementation
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs77 pub struct BlockIter { struct
95 impl BlockIter { argument
97 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()
105 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()
169 impl Iterator for BlockIter { implementation