Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/trace/beauty/
Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/Linux-v4.19/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()
/Linux-v4.19/tools/include/uapi/asm-generic/
Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/Linux-v4.19/include/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/Linux-v4.19/tools/testing/selftests/cgroup/
Dcgroup_util.c297 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/Linux-v4.19/fs/
Dopen.c953 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
/Linux-v4.19/Documentation/process/
Dadding-syscalls.rst566 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst510 O_TMPFILE temporary file be created in an encrypted directory. All
Dvfs.txt509 tmpfile: called in the end of O_TMPFILE open(). Optional, equivalent to