Home
last modified time | relevance | path

Searched refs:O_TMPFILE (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/tools/testing/selftests/tmpfs/
Dbug-link-o-tmpfile.c49 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-v5.4/tools/perf/trace/beauty/
Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/Linux-v5.4/arch/um/os-Linux/
Dmem.c109 #ifdef O_TMPFILE in make_tempfile()
110 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/Linux-v5.4/tools/testing/selftests/cgroup/
Dcgroup_util.c337 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/Linux-v5.4/tools/testing/selftests/proc/
Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/Linux-v5.4/fs/
Dopen.c987 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
/Linux-v5.4/tools/testing/selftests/net/
Dtls.c919 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/Linux-v5.4/Documentation/process/
Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/Linux-v5.4/Documentation/translations/it_IT/process/
Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/Linux-v5.4/Documentation/filesystems/
Dfscrypt.rst1022 O_TMPFILE temporary file be created in an encrypted directory. All
Dvfs.rst583 called in the end of O_TMPFILE open(). Optional, equivalent to