Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/openat2/
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()
/linux/tools/testing/selftests/tmpfs/
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()
/linux/tools/perf/trace/beauty/
A Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/linux/arch/um/os-Linux/
A 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/tools/testing/selftests/mincore/
A Dmincore_selftest.c209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST()
306 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
/linux/tools/include/uapi/asm-generic/
A Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/linux/include/uapi/asm-generic/
A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/linux/tools/testing/selftests/proc/
A Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/linux/tools/testing/selftests/cgroup/
A Dcgroup_util.c462 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/linux/tools/testing/selftests/bpf/progs/
A Dprofiler.inc.h18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
775 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
/linux/fs/
A Dopen.c1069 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
1130 if (flags & (O_TRUNC | O_CREAT | O_TMPFILE)) in build_open_flags()
A Dio_uring.c4282 if (req->open.how.flags & (O_TRUNC | O_CREAT | O_TMPFILE)) in io_openat2()
/linux/Documentation/
A Dwatch_queue.rst296 pipe2(fds, O_TMPFILE);
/linux/tools/testing/selftests/vm/
A Dhmm-tests.c171 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/linux/tools/testing/selftests/net/
A Dtls.c1255 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/linux/Documentation/process/
A Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux/Documentation/translations/it_IT/process/
A Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux/Documentation/filesystems/
A Dfscrypt.rst1112 O_TMPFILE temporary file be created in an encrypted directory. All
A Dvfs.rst590 called in the end of O_TMPFILE open(). Optional, equivalent to

Completed in 54 milliseconds