Searched refs:local_getxattr_nofollow (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-posix-acl.c | 33 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 D | 9p-xattr.c | 166 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 D | 9p-xattr-user.c | 36 return local_getxattr_nofollow(ctx, path, name, value, size); in mp_user_getxattr()
|
H A D | 9p-xattr.h | 31 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path,
|