Searched refs:stat_to_v9stat (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 1226 static int coroutine_fn stat_to_v9stat(V9fsPDU *pdu, V9fsPath *path, in stat_to_v9stat() function 1557 err = stat_to_v9stat(pdu, &fidp->path, basename, &stbuf, &v9stat); in v9fs_stat() 2304 err = stat_to_v9stat(pdu, &path, dent->d_name, &stbuf, &v9stat); in v9fs_do_readdir_with_stat()
|