Searched refs:io_other_ref (Results 1 – 1 of 1) sorted by relevance
742 let mut io_other_ref = Some(&mut io_buffer_other[..]); in read_write_error_on_busy() localVariable747 assert!(blk_ex.write(1, &mut io_other_ref, 1, 2).is_err()); in read_write_error_on_busy()748 assert!(io_other_ref.is_some()); in read_write_error_on_busy()749 assert!(blk_ex.read(1, &mut io_other_ref, 1, 2).is_err()); in read_write_error_on_busy()750 assert!(io_other_ref.is_some()); in read_write_error_on_busy()