Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr-user.c113 .removexattr = pt_removexattr,
H A D9p-xattr.h65 int pt_removexattr(FsContext *ctx, const char *path, const char *name);
H A D9p-posix-acl.c160 .removexattr = pt_removexattr,
H A D9p-xattr.c242 int pt_removexattr(FsContext *ctx, const char *path, const char *name) in pt_removexattr() function