Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 5 of 5) 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.c110 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 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
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h457 uint32_t dirfd; member