| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | 165 .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 D | bug-link-o-tmpfile.c | 49 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 D | open_flags.c | 18 #ifndef O_TMPFILE 19 #define O_TMPFILE 020000000 macro
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | mem.c | 109 #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 D | mincore_selftest.c | 210 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 D | 0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch | 33 …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 D | fcntl.h | 93 #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 D | fcntl.h | 93 #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 D | fcntl.h | 93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 92 #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 D | fcntl-linux.h | 151 # 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 D | fcntl-linux.h | 151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 194 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 D | cgroup_util.c | 456 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 18 #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 D | open.c | 1054 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 D | shm.c | 1229 #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 D | watch_queue.rst | 296 pipe2(fds, O_TMPFILE);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tls.c | 1020 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | hmm-tests.c | 167 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_create_file()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | adding-syscalls.rst | 569 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | adding-syscalls.rst | 635 - 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 D | libc.info-6 | 332 * O_TMPFILE: (libc)Open-time Flags. 4674 ‘O_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. 6792 ‘O_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 D | libc.info-6 | 332 * O_TMPFILE: (libc)Open-time Flags. 4674 ‘O_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. 6792 ‘O_TMPFILE’. This flag is a GNU extension.
|
| H A D | libc.info-17 | 332 * O_TMPFILE: (libc)Open-time Flags. 3551 * O_TMPFILE: Open-time Flags. (line 46)
|