Searched refs:O_TMPFILE (Results 1 – 10 of 10) sorted by relevance
/tools/testing/selftests/tmpfs/ |
D | bug-link-o-tmpfile.c | 49 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main() 60 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
|
/tools/testing/selftests/openat2/ |
D | openat2_test.c | 165 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 167 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 198 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags() 207 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags() 210 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags() 221 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
|
/tools/perf/trace/beauty/ |
D | open_flags.c | 18 #ifndef O_TMPFILE 19 #define O_TMPFILE 020000000 macro
|
/tools/include/uapi/asm-generic/ |
D | fcntl.h | 92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/tools/testing/selftests/mincore/ |
D | mincore_selftest.c | 210 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST() 315 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
|
/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|
/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
/tools/testing/selftests/bpf/progs/ |
D | profiler.inc.h | 18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro 775 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
|
/tools/testing/selftests/net/ |
D | tls.c | 1021 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
|
/tools/testing/selftests/vm/ |
D | hmm-tests.c | 167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
|