Searched refs:blk_ex (Results 1 – 1 of 1) sorted by relevance
644 let mut blk_ex = blk.as_block_device_ex(); in test_read() localVariable645 blk_ex.write(1, &mut to_write, 1, 2).unwrap(); in test_read()648 blk_ex.poll(); in test_read()649 assert!(blk_ex.is_pending()); in test_read()652 blk_ex.sync().unwrap(); in test_read()653 blk_ex.poll(); in test_read()669 let mut blk_ex = blk.as_block_device_ex(); in test_write() localVariable670 blk_ex.read(1, &mut to_read, 1, 2).unwrap(); in test_write()673 blk_ex.poll(); in test_write()674 assert!(blk_ex.is_pending()); in test_write()[all …]