openat           1115 fs/open.c      SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags,
openat           1138 fs/open.c      COMPAT_SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, umode_t, mode)
openat            105 samples/pidfd/pidfd-metadata.c 	statusfd = openat(procfd, "status", O_RDONLY | O_CLOEXEC);
openat             72 tools/perf/examples/bpf/augmented_syscalls.c augmented_filename_syscall(openat);
openat             64 tools/perf/examples/bpf/etcsnoop.c augmented_filename_syscall_enter(openat);
openat              3 tools/perf/examples/bpf/hello.c int syscall_enter(openat)(void *args)
openat             28 tools/perf/examples/bpf/sys_enter_openat.c int syscall_enter(openat)(struct syscall_enter_openat_args *args)
openat             82 tools/perf/tests/openat-syscall-all-cpus.c 			fd = openat(0, "/etc/passwd", O_RDONLY);
openat             85 tools/perf/tests/openat-syscall-tp-fields.c 	openat(AT_FDCWD, filename, flags);
openat             45 tools/perf/tests/openat-syscall.c 		fd = openat(0, "/etc/passwd", O_RDONLY);
openat            156 tools/testing/selftests/capabilities/test_execve.c 	int from = openat(fromfd, fromname, O_RDONLY);
openat             56 tools/testing/selftests/proc/fd-003-kthread.c 	fd = openat(dir_fd, "stat", O_RDONLY);
openat             90 tools/testing/selftests/proc/fd-003-kthread.c 		fd = openat(dir_fd, "fd", O_RDONLY|O_DIRECTORY);
openat            194 tools/testing/selftests/proc/proc-pid-vm.c 	fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_EXCL|O_TMPFILE, 0700);
openat             45 tools/testing/selftests/proc/read.c 	fd = openat(dirfd(d), filename, O_RDONLY|O_NONBLOCK);
openat             58 tools/testing/selftests/proc/read.c 	fd = openat(dirfd(d), filename, O_WRONLY);
openat            107 tools/testing/selftests/proc/read.c 			fd = openat(dirfd(d), de->d_name, O_DIRECTORY|O_RDONLY);
openat             49 tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c 	fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600);
openat             60 tools/testing/selftests/tmpfs/bug-link-o-tmpfile.c 	fd = openat(AT_FDCWD, "/tmp", O_WRONLY|O_TMPFILE, 0600);