Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
Dopenat2_test.c165 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
167 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags()
198 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags()
207 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
210 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
221 .how.flags = O_TMPFILE | O_RDWR, in test_openat2_flags()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/testing/selftests/mincore/
Dmincore_selftest.c210 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST()
315 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h79 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h65 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
Dcgroup_util.c456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/kernel/linux/linux-5.10/fs/
Dopen.c1043 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
1104 if (flags & (O_TRUNC | O_CREAT | O_TMPFILE)) in build_open_flags()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
775 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
/kernel/linux/linux-5.10/Documentation/
Dwatch_queue.rst296 pipe2(fds, O_TMPFILE);
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtls.c1020 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dhmm-tests.c167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/kernel/linux/linux-5.10/Documentation/process/
Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c1064 O_RDWR | O_LARGEFILE | O_TMPFILE, in create_local_dentry_file_cache()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dvfs.rst583 called in the end of O_TMPFILE open(). Optional, equivalent to
Dfscrypt.rst1117 O_TMPFILE temporary file be created in an encrypted directory. All
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c4203 if (req->open.how.flags & (O_TRUNC | O_CREAT | O_TMPFILE)) in io_openat2()