Searched defs:Option (Results 1 – 3 of 3) sorted by relevance
/DragonOS/kernel/src/driver/block/cache/ |
H A D | cached_block_device.rs | 211 pub fn _write(&mut self, _addr: CacheBlockAddr, _data: CacheBlock) -> Option<()> { in _write() 264 pub fn _write(&mut self, _addr: CacheBlockAddr, _data: CacheBlock) -> Option<()> { in _write() 319 pub fn insert(&mut self, lba_id: BlockId, caddr: CacheBlockAddr) -> Option<()> { in insert() 347 pub fn insert(&mut self, lba_id: BlockId, caddr: CacheBlockAddr) -> Option<()> { in insert()
|
H A D | cache_block.rs | 40 pub fn _set_flag(&mut self, _flag: CacheBlockFlag) -> Option<()> { in _set_flag()
|
/DragonOS/kernel/src/mm/ |
H A D | page.rs | 551 pub unsafe fn set_entry(&self, i: usize, entry: PageEntry<Arch>) -> Option<()> { in set_entry()
|