Searched refs:runtest_s (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest4.c | 138 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg) in runtest_s() function 352 ret = runtest_s(newfd, buf2, offset, count, 9, "/dev/null"); in main() 376 ret = runtest_s(fd, buf2, offset, count, 10, "mmapped file"); in main() 386 ret = runtest_s(fd, buf2, offset, count, 11, "unmapped file"); in main() 533 ret = runtest_s(fd, buf2, offset, count, 17, "opened with O_SYNC"); in main()
|