Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dopen_flags.c18 #ifndef O_TMPFILE
19 #define O_TMPFILE 020000000 macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/mincore/
H A Dmincore_selftest.c210 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST()
315 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libiio/libiio/
H A D0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch33 …c_source_compiles("#define _GNU_SOURCE=1\n#include <fcntl.h>\nint main(void) { return O_TMPFILE; }"
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc-pid-vm.c194 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.c456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h18 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
775 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_filp_open()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1054 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()
1115 if (flags & (O_TRUNC | O_CREAT | O_TMPFILE)) in build_open_flags()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c1229 #ifdef O_TMPFILE in shm_tmpfile()
1231 fd = open(shmdirs[i], O_TMPFILE|O_RDWR|O_CLOEXEC|O_EXCL, 0666); in shm_tmpfile()
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst296 pipe2(fds, O_TMPFILE);
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtls.c1020 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhmm-tests.c167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dadding-syscalls.rst569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-6332 * O_TMPFILE: (libc)Open-time Flags.
4674O_TMPFILE’; see below.
4688 -- Macro: int O_TMPFILE
4695 the file). The ‘O_TMPFILE’ flag must be combined with ‘O_WRONLY’
4703 can be specified along with ‘O_TMPFILE’.
4708 support the ‘O_TMPFILE’ flag, an ‘EOPNOTSUPP’ error is the result.
4710 The ‘O_TMPFILE’ flag is a GNU extension.
6792O_TMPFILE’. This flag is a GNU extension.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-6332 * O_TMPFILE: (libc)Open-time Flags.
4674O_TMPFILE’; see below.
4688 -- Macro: int O_TMPFILE
4695 the file). The ‘O_TMPFILE’ flag must be combined with ‘O_WRONLY’
4703 can be specified along with ‘O_TMPFILE’.
4708 support the ‘O_TMPFILE’ flag, an ‘EOPNOTSUPP’ error is the result.
4710 The ‘O_TMPFILE’ flag is a GNU extension.
6792O_TMPFILE’. This flag is a GNU extension.
H A Dlibc.info-17332 * O_TMPFILE: (libc)Open-time Flags.
3551 * O_TMPFILE: Open-time Flags. (line 46)

123