dirfd 215 fs/fs_parser.c result->uint_32 = param->dirfd; dirfd 282 fs/fs_parser.c ret = filename_lookup(param->dirfd, f, flags, _path, NULL); dirfd 419 fs/fsopen.c param.dirfd = aux; dirfd 429 fs/fsopen.c param.dirfd = aux; dirfd 74 include/linux/fs_context.h int dirfd; dirfd 248 tools/testing/selftests/bpf/cgroup_helpers.c int dirfd, err, flags, mount_id, fhsize; dirfd 259 tools/testing/selftests/bpf/cgroup_helpers.c dirfd = AT_FDCWD; dirfd 267 tools/testing/selftests/bpf/cgroup_helpers.c err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); dirfd 279 tools/testing/selftests/bpf/cgroup_helpers.c err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); dirfd 136 tools/testing/selftests/proc/fd-001-lookup.c if (fd == dirfd(d)) dirfd 116 tools/testing/selftests/proc/fd-003-kthread.c static inline int sys_statx(int dirfd, const char *pathname, int flags, dirfd 119 tools/testing/selftests/proc/fd-003-kthread.c return syscall(SYS_statx, dirfd, pathname, flags, mask, stx); dirfd 49 tools/testing/selftests/proc/proc-pid-vm.c static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flags) dirfd 51 tools/testing/selftests/proc/proc-pid-vm.c return syscall(SYS_execveat, dirfd, pathname, argv, envp, flags); dirfd 45 tools/testing/selftests/proc/read.c fd = openat(dirfd(d), filename, O_RDONLY|O_NONBLOCK); dirfd 58 tools/testing/selftests/proc/read.c fd = openat(dirfd(d), filename, O_WRONLY); dirfd 71 tools/testing/selftests/proc/read.c rv = readlinkat(dirfd(d), filename, buf, sizeof(buf)); dirfd 107 tools/testing/selftests/proc/read.c fd = openat(dirfd(d), de->d_name, O_DIRECTORY|O_RDONLY); dirfd 135 tools/testing/selftests/proc/read.c if (fstatfs(dirfd(d), &sfs) == -1) {