Searched refs:fail_ans (Results 1 – 1 of 1) sorted by relevance
91 let mut fail_ans = vec![]; in check_able_to_read() localVariable104 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()