| /linux/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | |
| /linux/tools/testing/selftests/tmpfs/ |
| H A D | bug-link-o-tmpfile.c | 59 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main() 71 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600); in main()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 142 fd = open("/tmp", O_TMPFILE | O_RDWR | O_DIRECT, 0664);
|
| H A D | hmm-tests.c | 287 fd = open(path, O_TMPFILE | O_EXCL | O_RDWR, 0600); in hmm_migrate_dev_to_sys()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 20 #ifndef O_TMPFILE 21 #define O_TMPFILE 020000000 19 #define O_TMPFILE global() macro
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | idmapped_tmpfile.c | 119 fd = openat(mfd, ".", O_TMPFILE | O_WRONLY, 0644); in TEST_F() 144 fd = openat(mfd, ".", O_TMPFILE | O_RDWR, 0600); in TEST_F()
|
| /linux/arch/um/os-Linux/ |
| H A D | mem.c | 145 #ifdef O_TMPFILE in make_tempfile() 146 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); in make_tempfile()
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 79 pub const O_TMPFILE: u32 = bindings::O_TMPFILE; constant
|
| /linux/tools/testing/selftests/mincore/ |
| H A D | mincore_selftest.c | 209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST() 215 SKIP(goto out_free, "O_TMPFILE not supported by filesystem."); in TEST() 317 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | watch_queue.rst | 266 pipe2(fds, O_TMPFILE);
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_test_helpers.c | 304 return openat(fd_tmpfs_detached, ".", O_TMPFILE | O_RDWR | O_EXCL, 0600); in open_coredump_tmpfile()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | |
| H A D | test_memcontrol.c | 33 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in alloc_pagecache()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro 767 if ((flags & O_TMPFILE) > 0) in kprobe_ret__do_file_open()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 201 fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700); in make_exe()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 410 { O_TMPFILE, "O_TMPFILE" }, in TEST_F()
|
| /linux/kernel/trace/ |
| H A D | trace_syscalls.c | 162 { O_TMPFILE, "O_TMPFILE" }, in sys_enter_openat_print() 197 if (!(bits & (O_CREAT|O_TMPFILE))) in sys_enter_openat_print()
|
| /linux/Documentation/core-api/ |
| H A D | watch_queue.rst | 296 pipe2(fds, O_TMPFILE);
|
| /linux/fs/smb/client/ |
| H A D | file.c | 418 if (oflags & O_TMPFILE) in cifs_convert_flags() 711 cfile->status_file_deleted = file->f_flags & O_TMPFILE; in cifs_new_fileinfo() 743 if (file->f_flags & O_TMPFILE) in cifs_new_fileinfo()
|
| H A D | cifsglob.h | 2390 if (oflags & O_TMPFILE) in cifs_open_create_options()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | file_handle_test.c | 1417 fd = open_by_handle_at(FD_NSFS_ROOT, handle, O_TMPFILE); in TEST()
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | adding-syscalls.rst | 726 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | adding-syscalls.rst | 687 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
|
| /linux/tools/testing/selftests/net/ |
| H A D | tls.c | 1559 fd = open("/tmp/", O_TMPFILE | O_RDWR, 0600); in test_mutliproc()
|