O_TMPFILE 109 arch/um/os-Linux/mem.c #ifdef O_TMPFILE O_TMPFILE 110 arch/um/os-Linux/mem.c fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); O_TMPFILE 984 fs/open.c if ((flags & O_TMPFILE_MASK) != O_TMPFILE) O_TMPFILE 18 tools/perf/trace/beauty/open_flags.c #ifndef O_TMPFILE O_TMPFILE 337 tools/testing/selftests/cgroup/cgroup_util.c return open(".", O_TMPFILE | O_RDWR | O_EXCL); O_TMPFILE 947 tools/testing/selftests/net/tls.c fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); O_TMPFILE 194 tools/testing/selftests/proc/proc-pid-vm.c fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); O_TMPFILE 49 tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); O_TMPFILE 60 tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600);