Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c169 .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()
/openbmc/linux/tools/testing/selftests/tmpfs/
H A 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()
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/openbmc/linux/arch/um/os-Linux/
H A Dmem.c132 #ifdef O_TMPFILE in make_tempfile()
133 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/openbmc/linux/tools/testing/selftests/mincore/
H A Dmincore_selftest.c209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST()
314 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst266 pipe2(fds, O_TMPFILE);
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c196 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c471 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h19 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
787 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst296 pipe2(fds, O_TMPFILE);
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1027 fd = open("/tmp", O_TMPFILE | O_EXCL | O_RDWR, 0600); in expect_vfprintf()
/openbmc/qemu/linux-user/
H A Dstrace.c1039 #ifdef O_TMPFILE
1040 FLAG_TARGET(O_TMPFILE),
H A Dsyscall.c451 #if defined(O_TMPFILE)
452 { TARGET_O_TMPFILE, TARGET_O_TMPFILE, O_TMPFILE, O_TMPFILE },
/openbmc/linux/Documentation/process/
H A Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/openbmc/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c225 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c1355 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst624 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst664 called in the end of O_TMPFILE open(). Optional, equivalent to
H A Dfscrypt.rst1205 O_TMPFILE temporary file be created in an encrypted directory. All
H A Dxfs-online-fsck-design.rst3882 Temporary files created for repair are similar to ``O_TMPFILE`` files created