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