Searched refs:O_TMPFILE (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/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-v5.4/tools/perf/trace/beauty/ |
D | open_flags.c | 18 #ifndef O_TMPFILE 19 #define O_TMPFILE 020000000 macro
|
/Linux-v5.4/arch/um/os-Linux/ |
D | mem.c | 109 #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/ |
D | fcntl.h | 93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | fcntl.h | 92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/Linux-v5.4/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 337 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
/Linux-v5.4/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()
|
/Linux-v5.4/fs/ |
D | open.c | 987 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | tls.c | 919 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
|
/Linux-v5.4/Documentation/process/ |
D | adding-syscalls.rst | 569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
/Linux-v5.4/Documentation/filesystems/ |
D | fscrypt.rst | 1022 O_TMPFILE temporary file be created in an encrypted directory. All
|
D | vfs.rst | 583 called in the end of O_TMPFILE open(). Optional, equivalent to
|