Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dcoxattr.c25 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *pdu, V9fsPath *path, void *value, in v9fs_co_llistxattr() function
H A Dcoth.h76 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *, V9fsPath *, void *, size_t);
H A D9p.c3895 size = v9fs_co_llistxattr(pdu, &xattr_fidp->path, NULL, 0); in v9fs_xattrwalk()
3909 err = v9fs_co_llistxattr(pdu, &xattr_fidp->path, in v9fs_xattrwalk()