Lines Matching defs:check_file
407 char *check_file(char *file, int offset, int length, char *pattern,
1904 * Verify that the data was written correctly - check_file() returns
1910 msg = check_file(file, offset, nbytes, Pattern, Pattern_Length,
2263 * Verify that the data was written correctly - check_file() returns
2267 * For listio, we basically have to make 1 call to check_file for each
2283 msg = check_file(lio->r_file,
3438 * Verify that the data was written correctly - check_file() returns
3444 msg = check_file(file, offset, nbytes * nstrides * nents,
3736 char *check_file(char *file, int offset, int length, char *pattern,
3809 sprintf(ep, "check_file(%s, %d, %d, %s, %d, %d) failed\n\n",