/linux-6.6.21/tools/testing/selftests/openat2/ |
D | openat2_test.c | 169 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 171 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 202 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags() 211 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags() 214 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags() 231 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
|
/linux-6.6.21/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()
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | open_flags.c | 18 #ifndef O_TMPFILE 19 #define O_TMPFILE 020000000 macro
|
/linux-6.6.21/arch/um/os-Linux/ |
D | mem.c | 131 #ifdef O_TMPFILE in make_tempfile() 132 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
/linux-6.6.21/tools/testing/selftests/mincore/ |
D | mincore_selftest.c | 209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST() 314 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | fcntl.h | 93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | fcntl.h | 93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | watch_queue.rst | 266 pipe2(fds, O_TMPFILE);
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 196 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|
/linux-6.6.21/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 469 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | profiler.inc.h | 19 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro 787 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
|
/linux-6.6.21/Documentation/core-api/ |
D | watch_queue.rst | 296 pipe2(fds, O_TMPFILE);
|
/linux-6.6.21/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 1027 fd = open("/tmp", O_TMPFILE | O_EXCL | O_RDWR, 0600); in expect_vfprintf()
|
/linux-6.6.21/Documentation/process/ |
D | adding-syscalls.rst | 569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
/linux-6.6.21/tools/testing/selftests/mm/ |
D | hmm-tests.c | 225 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | tls.c | 1355 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
|
/linux-6.6.21/Documentation/translations/sp_SP/process/ |
D | adding-syscalls.rst | 624 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
/linux-6.6.21/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
/linux-6.6.21/Documentation/filesystems/ |
D | fscrypt.rst | 1205 O_TMPFILE temporary file be created in an encrypted directory. All
|
D | vfs.rst | 664 called in the end of O_TMPFILE open(). Optional, equivalent to
|
D | xfs-online-fsck-design.rst | 3882 Temporary files created for repair are similar to ``O_TMPFILE`` files created
|