Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-util-linux.c22 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow()
33 ssize_t flistxattrat_nofollow(int dirfd, const char *filename, in flistxattrat_nofollow()
44 ssize_t fremovexattrat_nofollow(int dirfd, const char *filename, in fremovexattrat_nofollow()
55 int fsetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fsetxattrat_nofollow()
67 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
H A D9p-util-darwin.c14 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow()
28 ssize_t flistxattrat_nofollow(int dirfd, const char *filename, in flistxattrat_nofollow()
42 ssize_t fremovexattrat_nofollow(int dirfd, const char *filename, in fremovexattrat_nofollow()
55 int fsetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fsetxattrat_nofollow()
113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
H A D9p-local.c190 int dirfd; in local_lstat() local
479 int dirfd; in local_readlink() local
521 int dirfd; in local_opendir() local
641 int dirfd; in local_chmod() local
668 int dirfd; in local_mknod() local
720 int dirfd; in local_mkdir() local
819 int dirfd; in local_open2() local
883 int dirfd; in local_symlink() local
1047 int dirfd; in local_chown() local
1142 int dirfd; in local_remove() local
[all …]
H A D9p-xattr.c81 int dirfd; in v9fs_list_xattr() local
171 int dirfd; in local_getxattr_nofollow() local
199 int dirfd; in local_setxattr_nofollow() local
226 int dirfd; in local_removexattr_nofollow() local
H A D9p-util.h146 static inline int openat_dir(int dirfd, const char *name) in openat_dir()
152 static inline int openat_file(int dirfd, const char *name, int flags, in openat_file()
/openbmc/linux/tools/perf/util/
H A Dpmu.c184 int perf_pmu__format_parse(struct perf_pmu *pmu, int dirfd, bool eager_load) in perf_pmu__format_parse()
234 static int pmu_format(struct perf_pmu *pmu, int dirfd, const char *name) in pmu_format()
687 static struct perf_cpu_map *pmu_cpumask(int dirfd, const char *name, bool is_core) in pmu_cpumask()
715 static bool pmu_is_uncore(int dirfd, const char *name) in pmu_is_uncore()
956 static int pmu_max_precise(int dirfd, struct perf_pmu *pmu) in pmu_max_precise()
964 struct perf_pmu *perf_pmu__lookup(struct list_head *pmus, int dirfd, const char *lookup_name) in perf_pmu__lookup()
1772 FILE *perf_pmu__open_file_at(struct perf_pmu *pmu, int dirfd, const char *name) in perf_pmu__open_file_at()
1800 int perf_pmu__scan_file_at(struct perf_pmu *pmu, int dirfd, const char *name, in perf_pmu__scan_file_at()
2039 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) in perf_pmu__pathname_fd()
H A Dpmus.c103 int dirfd; in perf_pmus__find() local
129 static struct perf_pmu *perf_pmu__find2(int dirfd, const char *name) in perf_pmu__find2()
/openbmc/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c55 pid_t spawn_attack(int dirfd, char *a, char *b) in spawn_attack()
/openbmc/linux/tools/testing/selftests/proc/
H A Dfd-003-kthread.c116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx()
H A Dproc-pid-vm.c51 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flag… in sys_execveat()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dpmu.c76 int fd, dirfd; in setup_pmu_alias_list() local
H A Dintel-pt.c193 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()
528 int err, dirfd; in intel_pt_validate_config() local
/openbmc/qemu/qga/
H A Dcommands-posix.c1995 int dirfd; in transfer_vcpu() local
2243 static void ga_read_sysfs_file(int dirfd, const char *pathname, char *buf, in ga_read_sysfs_file()
2265 static void ga_write_sysfs_file(int dirfd, const char *pathname, in ga_write_sysfs_file()
2304 int dirfd; in transfer_memory_block() local
2520 int dirfd; in qmp_guest_get_memory_block_info() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c407 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
/openbmc/linux/include/linux/
H A Dfs_context.h73 int dirfd; member
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c382 static int test_open_rel(const int dirfd, const char *const path, in test_open_rel()
1706 int dirfd, ruleset_fd; in test_relative_path() local
/openbmc/qemu/linux-user/
H A Dsyscall.c7814 static abi_long do_name_to_handle_at(abi_long dirfd, abi_long pathname, in do_name_to_handle_at()
8308 int do_guest_openat(CPUArchState *cpu_env, int dirfd, const char *fname, in do_guest_openat()
8429 static int do_execv(CPUArchState *cpu_env, int dirfd, in do_execv()
8634 static int do_getdents(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents()
8721 static int do_getdents64(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents64()
11630 int dirfd = arg1; in _syscall2() local
H A Dstrace.c1528 print_at_dirfd(abi_long dirfd, int last) in print_at_dirfd()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h425 uint32_t dirfd; member