/kernel/liteos_a/testsuites/unittest/fuzz/ |
H A D | readlinkat_fuzzer.cpp | 42 s32 dirfd = *(s32*)DT_SetGetS32(&g_Element[0], INITVALUE_S32); in TestReadlinkat() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument
|
H A D | proc-pid-vm.c | 49 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flags) in sys_execveat() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | pmu.c | 76 int fd, dirfd; in setup_pmu_alias_list() local
|
H A D | intel-pt.c | 193 int dirfd; in intel_pt_default_config() local 485 static int intel_pt_val_config_term(struct perf_pmu *intel_pt_pmu, int dirfd, in intel_pt_val_config_term() argument 528 int err, dirfd; intel_pt_validate_config() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument
|
H A D | proc-pid-vm.c | 51 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flags) in sys_execveat() argument
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | fullpath.c | 305 int vfs_normalize_pathat(int dirfd, const char *filename, char **pathname) in vfs_normalize_pathat() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 248 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 407 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 73 int dirfd; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 73 int dirfd; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmus.c | 103 int dirfd; in perf_pmus__find() local 129 static struct perf_pmu *perf_pmu__find2(int dirfd, const char *name) in perf_pmu__find2() argument
|
H A D | pmu.c | 184 int perf_pmu__format_parse(struct perf_pmu *pmu, int dirfd, bool eager_load) in perf_pmu__format_parse() argument 234 static int pmu_format(struct perf_pmu *pmu, int dirfd, const char *name) in pmu_format() argument 687 static struct perf_cpu_map *pmu_cpumask(int dirfd, const char *name, bool is_core) in pmu_cpumask() argument 715 static bool pmu_is_uncore(int dirfd, const char *name) in pmu_is_uncore() argument 956 static int pmu_max_precise(int dirfd, struc argument 964 perf_pmu__lookup(struct list_head *pmus, int dirfd, const char *lookup_name) perf_pmu__lookup() argument 1772 perf_pmu__open_file_at(struct perf_pmu *pmu, int dirfd, const char *name) perf_pmu__open_file_at() argument 1800 perf_pmu__scan_file_at(struct perf_pmu *pmu, int dirfd, const char *name, const char *fmt, ...) perf_pmu__scan_file_at() argument 2039 perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) perf_pmu__pathname_fd() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 382 static int test_open_rel(const int dirfd, const char *const path, in test_open_rel() argument 1706 int dirfd, ruleset_fd; in test_relative_path() local [all...] |
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 1781 int SysOpenat(int dirfd, const char *path, int oflags, ...) in SysOpenat() argument 1841 int SysMkdirat(int dirfd, const char *pathname, mode_t mode) in SysMkdirat() argument 1915 SysSymlinkat(const char *target, int dirfd, const char *linkpath) SysSymlinkat() argument 1956 SysReadlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) SysReadlinkat() argument 2003 SysUnlinkat(int dirfd, const char *pathname, int flag) SysUnlinkat() argument 2528 SysFstatat64(int dirfd, const char *restrict path, struct kstat *restrict buf, int flag) SysFstatat64() argument [all...] |