Searched refs:O_DIRECT (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | hugetlb_dio.c | 43 fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664); in run_dio_using_hugetlb() 98 fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664); in main()
|
| /tools/perf/trace/beauty/ |
| A D | open_flags.c | 6 #ifndef O_DIRECT 7 #define O_DIRECT 00040000 macro
|
| /tools/testing/selftests/ublk/ |
| A D | common.c | 28 fd = open(file, O_RDWR | O_DIRECT); in backing_file_tgt_init()
|
| /tools/testing/selftests/openat2/ |
| A D | openat2_test.c | 191 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_file_handle_test.c | 404 { O_DIRECT, "O_DIRECT" }, in TEST_F()
|
| /tools/testing/selftests/net/ |
| A D | ipsec.c | 2300 if (pipe2(test_desc_fd, O_DIRECT) < 0) in main() 2303 if (pipe2(results_fd, O_DIRECT) < 0) in main()
|
Completed in 15 milliseconds