Home
last modified time | relevance | path

Searched refs:fgetxattrat_nofollow (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() function
H A D9p-util-darwin.c14 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow() function
H A D9p-util.h197 ssize_t fgetxattrat_nofollow(int dirfd, const char *path, const char *name,
H A D9p-xattr.c179 ret = fgetxattrat_nofollow(dirfd, filename, name, value, size); in local_getxattr_nofollow()
H A D9p-local.c208 if (fgetxattrat_nofollow(dirfd, name, "user.virtfs.uid", &tmp_uid, in local_lstat()
212 if (fgetxattrat_nofollow(dirfd, name, "user.virtfs.gid", &tmp_gid, in local_lstat()
216 if (fgetxattrat_nofollow(dirfd, name, "user.virtfs.mode", &tmp_mode, in local_lstat()
220 if (fgetxattrat_nofollow(dirfd, name, "user.virtfs.rdev", &tmp_dev, in local_lstat()