Symbol: O_TMPFILE
arch/um/os-Linux/mem.c
145
#ifdef O_TMPFILE
arch/um/os-Linux/mem.c
146
fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700);
fs/smb/client/cifsglob.h
2387
if (oflags & O_TMPFILE)
fs/smb/client/dir.c
308
if (oflags & O_TMPFILE)
fs/smb/client/dir.c
319
} else if (oflags & O_TMPFILE) {
fs/smb/client/file.c
413
if (oflags & O_TMPFILE)
fs/smb/client/file.c
706
cfile->status_file_deleted = file->f_flags & O_TMPFILE;
fs/smb/client/file.c
738
if (file->f_flags & O_TMPFILE)
kernel/trace/trace_syscalls.c
161
{ O_TMPFILE, "O_TMPFILE" },
kernel/trace/trace_syscalls.c
197
if (!(bits & (O_CREAT|O_TMPFILE)))
tools/perf/trace/beauty/open_flags.c
18
#ifndef O_TMPFILE
tools/testing/selftests/bpf/progs/profiler.inc.h
767
if ((flags & O_TMPFILE) > 0)
tools/testing/selftests/cgroup/test_memcontrol.c
31
return open(".", O_TMPFILE | O_RDWR | O_EXCL);
tools/testing/selftests/coredump/coredump_test_helpers.c
304
return openat(fd_tmpfs_detached, ".", O_TMPFILE | O_RDWR | O_EXCL, 0600);
tools/testing/selftests/mincore/mincore_selftest.c
209
fd = open(".", O_TMPFILE | O_RDWR, 0600);
tools/testing/selftests/mincore/mincore_selftest.c
309
fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600);
tools/testing/selftests/mm/hmm-tests.c
230
fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600);
tools/testing/selftests/mm/hugetlb_dio.c
43
fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664);
tools/testing/selftests/mm/hugetlb_dio.c
98
fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664);
tools/testing/selftests/namespaces/file_handle_test.c
1417
fd = open_by_handle_at(FD_NSFS_ROOT, handle, O_TMPFILE);
tools/testing/selftests/net/tls.c
1472
fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600);
tools/testing/selftests/nolibc/nolibc-test.c
889
fd = open("/tmp", O_TMPFILE | O_RDWR, 0644);
tools/testing/selftests/openat2/openat2_test.c
170
.how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL },
tools/testing/selftests/openat2/openat2_test.c
172
.how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL },
tools/testing/selftests/openat2/openat2_test.c
203
.how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 },
tools/testing/selftests/openat2/openat2_test.c
212
.how.flags = O_TMPFILE | O_RDWR,
tools/testing/selftests/openat2/openat2_test.c
215
.how.flags = O_TMPFILE | O_RDWR,
tools/testing/selftests/openat2/openat2_test.c
232
.how.flags = O_TMPFILE | O_RDWR,
tools/testing/selftests/pidfd/pidfd_file_handle_test.c
409
{ O_TMPFILE, "O_TMPFILE" },
tools/testing/selftests/proc/proc-pid-vm.c
201
fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700);
tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c
59
fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600);
tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c
71
fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600);