Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c26 #define MAP_ACL_DEFAULT "user.virtfs.system.posix_acl_default" macro
87 return local_getxattr_nofollow(ctx, path, MAP_ACL_DEFAULT, value, size); in mp_dacl_getxattr()
112 return local_setxattr_nofollow(ctx, path, MAP_ACL_DEFAULT, value, size, in mp_dacl_setxattr()
121 ret = local_removexattr_nofollow(ctx, path, MAP_ACL_DEFAULT); in mp_dacl_removexattr()