Searched refs:fgetxattrat_nofollow (Results 1 – 5 of 5) sorted by relevance
/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() function
|
H A D | 9p-util-darwin.c | 14 ssize_t fgetxattrat_nofollow(int dirfd, const char *filename, const char *name, in fgetxattrat_nofollow() function
|
H A D | 9p-util.h | 197 ssize_t fgetxattrat_nofollow(int dirfd, const char *path, const char *name,
|
H A D | 9p-xattr.c | 179 ret = fgetxattrat_nofollow(dirfd, filename, name, value, size); in local_getxattr_nofollow()
|
H A D | 9p-local.c | 208 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()
|