Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c58 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 D9p-xattr.c193 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 D9p-xattr-user.c83 return local_setxattr_nofollow(ctx, path, name, value, size, flags); in mp_user_setxattr()
H A D9p-xattr.h33 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path,