Searched refs:v9fs_co_llistxattr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | coxattr.c | 25 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *pdu, V9fsPath *path, void *value, in v9fs_co_llistxattr() function
|
H A D | coth.h | 76 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *, V9fsPath *, void *, size_t);
|
H A D | 9p.c | 3895 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()
|