Home
last modified time | relevance | path

Searched refs:O_DIRECT (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/mm/
A Dhugetlb_dio.c43 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 Dopen_flags.c6 #ifndef O_DIRECT
7 #define O_DIRECT 00040000 macro
/tools/testing/selftests/ublk/
A Dcommon.c28 fd = open(file, O_RDWR | O_DIRECT); in backing_file_tgt_init()
/tools/testing/selftests/openat2/
A Dopenat2_test.c191 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
/tools/testing/selftests/pidfd/
A Dpidfd_file_handle_test.c404 { O_DIRECT, "O_DIRECT" }, in TEST_F()
/tools/testing/selftests/net/
A Dipsec.c2300 if (pipe2(test_desc_fd, O_DIRECT) < 0) in main()
2303 if (pipe2(results_fd, O_DIRECT) < 0) in main()

Completed in 15 milliseconds