Searched refs:v9fs_co_fstat (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | coth.h | 89 int coroutine_fn v9fs_co_fstat(V9fsPDU *, V9fsFidState *, struct stat *);
|
H A D | cofile.c | 69 int coroutine_fn v9fs_co_fstat(V9fsPDU *pdu, V9fsFidState *fidp, in v9fs_co_fstat() function
|
H A D | 9p.c | 1602 retval = v9fs_co_fstat(pdu, fidp, &stbuf); in v9fs_getattr() 3740 err = v9fs_co_fstat(pdu, fidp, &stbuf); in v9fs_lock() 3785 err = v9fs_co_fstat(pdu, fidp, &stbuf); in v9fs_getlock()
|