Searched refs:local_setxattr_nofollow (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-posix-acl.c | 58 return local_setxattr_nofollow(ctx, path, MAP_ACL_ACCESS, value, size, in mp_pacl_setxattr() 112 return local_setxattr_nofollow(ctx, path, MAP_ACL_DEFAULT, value, size, in mp_dacl_setxattr()
|
H A D | 9p-xattr.c | 193 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path, in local_setxattr_nofollow() function 218 return local_setxattr_nofollow(ctx, path, name, value, size, flags); in pt_setxattr()
|
H A D | 9p-xattr-user.c | 83 return local_setxattr_nofollow(ctx, path, name, value, size, flags); in mp_user_setxattr()
|
H A D | 9p-xattr.h | 33 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path,
|