Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c67 ret = local_removexattr_nofollow(ctx, path, MAP_ACL_ACCESS); in mp_pacl_removexattr()
121 ret = local_removexattr_nofollow(ctx, path, MAP_ACL_DEFAULT); in mp_dacl_removexattr()
H A D9p-xattr.c221 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path, in local_removexattr_nofollow() function
244 return local_removexattr_nofollow(ctx, path, name); in pt_removexattr()
H A D9p-xattr-user.c97 return local_removexattr_nofollow(ctx, path, name); in mp_user_removexattr()
H A D9p-xattr.h36 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path,