Searched refs:v9fs_req_wait_for_reply (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 246 void v9fs_req_wait_for_reply(P9Req *req, uint32_t *len) in v9fs_req_wait_for_reply() function 328 v9fs_req_wait_for_reply(req, NULL); in v9fs_tversion() 392 v9fs_req_wait_for_reply(req, NULL); in v9fs_tattach() 457 v9fs_req_wait_for_reply(req, NULL); in v9fs_twalk() 512 v9fs_req_wait_for_reply(req, NULL); in v9fs_tgetattr() 578 v9fs_req_wait_for_reply(req, NULL); in v9fs_treaddir() 667 v9fs_req_wait_for_reply(req, NULL); in v9fs_tlopen() 715 v9fs_req_wait_for_reply(req, NULL); in v9fs_twrite() 754 v9fs_req_wait_for_reply(req, NULL); in v9fs_tflush() 809 v9fs_req_wait_for_reply(req, NULL); in v9fs_tmkdir() [all …]
|
H A D | virtio-9p-client.h | 461 void v9fs_req_wait_for_reply(P9Req *req, uint32_t *len);
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 436 v9fs_req_wait_for_reply(req, &reply_len); in fs_flush_success() 477 v9fs_req_wait_for_reply(req, NULL); in fs_flush_ignored()
|