Lines Matching refs:test_record
753 struct saved_blk_record *test_record; in test_nd() local
775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
776 if (!blkbuf || !test_record) { in test_nd()
807 do_write(dev, save_ptr, test_record[i].num, in test_nd()
808 block_size, test_record[i].block); in test_nd()
809 save_ptr += test_record[i].num * block_size; in test_nd()
877 test_record[num_saved].block = currently_testing; in test_nd()
878 test_record[num_saved].num = got; in test_nd()
940 currently_testing = test_record[used2].block; in test_nd()
941 try = test_record[used2].num; in test_nd()
987 free(test_record); in test_nd()