Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/openat2/
H A Dopenat2_test.c170 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
172 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
203 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags()
212 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
215 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
232 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
/linux-6.15/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c59 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
71 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
/linux-6.15/tools/testing/selftests/mm/
H A Dhugetlb_dio.c43 fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664); in run_dio_using_hugetlb()
98 fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664); in main()
H A Dhmm-tests.c225 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/linux-6.15/tools/perf/trace/beauty/
H A Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/linux-6.15/arch/um/os-Linux/
H A Dmem.c145 #ifdef O_TMPFILE in make_tempfile()
146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
/linux-6.15/rust/kernel/fs/
H A Dfile.rs72 pub const O_TMPFILE: u32 = bindings::O_TMPFILE; constant
/linux-6.15/tools/testing/selftests/mincore/
H A Dmincore_selftest.c209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST()
309 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst266 pipe2(fds, O_TMPFILE);
/linux-6.15/tools/testing/selftests/cgroup/
H A Dcgroup_util.c493 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
767 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
/linux-6.15/tools/testing/selftests/proc/
H A Dproc-pid-vm.c197 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c409 { O_TMPFILE, "O_TMPFILE" }, in TEST_F()
/linux-6.15/Documentation/core-api/
H A Dwatch_queue.rst296 pipe2(fds, O_TMPFILE);
/linux-6.15/Documentation/process/
H A Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux-6.15/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst624 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux-6.15/tools/testing/selftests/net/
H A Dtls.c1390 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/linux-6.15/Documentation/filesystems/
H A Dfscrypt.rst1259 O_TMPFILE temporary file be created in an encrypted directory. All
H A Dvfs.rst683 called in the end of O_TMPFILE open(). Optional, equivalent to
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3876 Temporary files created for repair are similar to ``O_TMPFILE`` files created