/openbmc/qemu/hw/9pfs/ |
H A D | 9p-util-linux.c | 22 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 D | 9p-util-darwin.c | 14 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 D | 9p-local.c | 110 static void unlinkat_preserve_errno(int dirfd, const char *path, int flags) in unlinkat_preserve_errno() 120 static FILE *local_fopenat(int dirfd, const char *name, const char *mode) in local_fopenat() 148 static void local_mapped_file_attr(int dirfd, const char *name, in local_mapped_file_attr() 190 int dirfd; in local_lstat() local 236 static int local_set_mapped_file_attrat(int dirfd, const char *name, in local_set_mapped_file_attrat() 342 static int fchmodat_nofollow(int dirfd, const char *name, mode_t mode) in fchmodat_nofollow() 404 static int local_set_xattrat(int dirfd, const char *path, FsCred *credp) in local_set_xattrat() 443 static int local_set_cred_passthrough(FsContext *fs_ctx, int dirfd, in local_set_cred_passthrough() 479 int dirfd; in local_readlink() local 521 int dirfd; in local_opendir() local [all …]
|
H A D | 9p-xattr.c | 81 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 D | 9p-util.h | 147 static inline int openat_dir(int dirfd, const char *name) in openat_dir() 153 static inline int openat_file(int dirfd, const char *name, int flags, in openat_file()
|
/openbmc/linux/tools/perf/util/ |
D | pmu.c |
|
D | pmus.c |
|
/openbmc/linux/tools/testing/selftests/openat2/ |
D | rename_attack_test.c |
|
/openbmc/linux/tools/testing/selftests/proc/ |
D | fd-003-kthread.c |
|
D | proc-pid-vm.c |
|
/openbmc/linux/tools/perf/arch/x86/util/ |
D | pmu.c |
|
D | intel-pt.c |
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 1500 int dirfd; in transfer_vcpu() local 1621 static void ga_read_sysfs_file(int dirfd, const char *pathname, char *buf, in ga_read_sysfs_file() 1643 static void ga_write_sysfs_file(int dirfd, const char *pathname, in ga_write_sysfs_file() 1682 int dirfd; in transfer_memory_block() local 1898 int dirfd; in qmp_guest_get_memory_block_info() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c |
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7885 static abi_long do_name_to_handle_at(abi_long dirfd, abi_long pathname, in do_name_to_handle_at() 8410 static int maybe_do_fake_open(CPUArchState *cpu_env, int dirfd, in maybe_do_fake_open() 8504 int do_guest_openat(CPUArchState *cpu_env, int dirfd, const char *pathname, in do_guest_openat() 8520 static int do_openat2(CPUArchState *cpu_env, abi_long dirfd, in do_openat2() 8592 static int do_execv(CPUArchState *cpu_env, int dirfd, in do_execv() 8797 static int do_getdents(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents() 8884 static int do_getdents64(abi_long dirfd, abi_long arg2, abi_long count) in do_getdents64() 11909 int dirfd = arg1; in _syscall2() local
|
H A D | strace.c | 1609 print_at_dirfd(abi_long dirfd, int last) in print_at_dirfd()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
D | fs_test.c |
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 457 uint32_t dirfd; member
|