Home | History | Annotate | Download | only in sync_file_range

Lines Matching refs:test_index

252 	int test_index = 0;
272 for (test_index = 0; test_index < TST_TOTAL; test_index++) {
274 (*(test_data[test_index].fd),
275 test_data[test_index].offset,
276 test_data[test_index].nbytes,
277 test_data[test_index].flags));
286 if (TEST_ERRNO == test_data[test_index].error) {
290 "expected %d", test_data[test_index].error);