Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs91 let mut fail_ans = vec![]; in check_able_to_read() localVariable
104 None => fail_ans.push(FailData::new(i.lba_id(), index)), in check_able_to_read()
109 if !fail_ans.is_empty() { in check_able_to_read()
110 return Err(BlockCacheError::BlockFaultError(fail_ans)); in check_able_to_read()