Searched refs:v9fs_req_recv (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 254 void v9fs_req_recv(P9Req *req, uint8_t id) in v9fs_req_recv() function 289 v9fs_req_recv(req, P9_RLERROR); in v9fs_rlerror() 350 v9fs_req_recv(req, P9_RVERSION); in v9fs_rversion() 410 v9fs_req_recv(req, P9_RATTACH); in v9fs_rattach() 480 v9fs_req_recv(req, P9_RWALK); in v9fs_rwalk() 534 v9fs_req_recv(req, P9_RGETATTR); in v9fs_rgetattr() 603 v9fs_req_recv(req, P9_RREADDIR); in v9fs_rreaddir() 683 v9fs_req_recv(req, P9_RLOPEN); in v9fs_rlopen() 734 v9fs_req_recv(req, P9_RWRITE); in v9fs_rwrite() 770 v9fs_req_recv(req, P9_RFLUSH); in v9fs_rflush() [all …]
|
H A D | virtio-9p-client.h | 462 void v9fs_req_recv(P9Req *req, uint8_t id);
|