Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dcofile.c49 int coroutine_fn v9fs_co_lstat(V9fsPDU *pdu, V9fsPath *path, struct stat *stbuf) in v9fs_co_lstat() function
90 err = v9fs_co_lstat(pdu, &fidp->path, stbuf); in v9fs_co_fstat()
H A Dcoth.h71 int coroutine_fn v9fs_co_lstat(V9fsPDU *, V9fsPath *, struct stat *);
H A D9p.c1483 err = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_attach()
1552 err = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_stat()
1604 retval = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_getattr()
2008 err = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_open()
2300 err = v9fs_co_lstat(pdu, &path, &stbuf); in v9fs_do_readdir_with_stat()
2847 err = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_create()
3491 err = v9fs_co_lstat(pdu, &fidp->path, &stbuf); in v9fs_wstat()