Home
last modified time | relevance | path

Searched refs:local_getxattr_nofollow (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c33 return local_getxattr_nofollow(ctx, path, MAP_ACL_ACCESS, value, size); in mp_pacl_getxattr()
87 return local_getxattr_nofollow(ctx, path, MAP_ACL_DEFAULT, value, size); in mp_dacl_getxattr()
H A D9p-xattr.c166 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path, in local_getxattr_nofollow() function
190 return local_getxattr_nofollow(ctx, path, name, value, size); in pt_getxattr()
H A D9p-xattr-user.c36 return local_getxattr_nofollow(ctx, path, name, value, size); in mp_user_getxattr()
H A D9p-xattr.h31 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path,