Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-xattr-user.c112 .listxattr = pt_listxattr,
H A D9p-xattr.h59 ssize_t pt_listxattr(FsContext *ctx, const char *path, char *name, void *value,
H A D9p-posix-acl.c159 .listxattr = pt_listxattr,
H A D9p-xattr.c50 ssize_t pt_listxattr(FsContext *ctx, const char *path, in pt_listxattr() function