Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr.h73 int notsup_removexattr(FsContext *ctx, const char *path, const char *name);
H A D9p-posix-acl.c168 .removexattr = notsup_removexattr,
H A D9p-xattr.c267 int notsup_removexattr(FsContext *ctx, const char *path, const char *name) in notsup_removexattr() function