Searched refs:v9fs_req_init (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 189 P9Req *v9fs_req_init(QVirtio9P *v9p, uint32_t size, uint8_t id, in v9fs_req_init() function 321 req = v9fs_req_init(opt.client, body_size, P9_TVERSION, opt.tag); in v9fs_tversion() 381 P9Req *req = v9fs_req_init(opt.client, 4 + 4 + 2 + 2 + 4, P9_TATTACH, in v9fs_tattach() 447 req = v9fs_req_init(opt.client, body_size, P9_TWALK, opt.tag); in v9fs_twalk() 506 req = v9fs_req_init(opt.client, 4 + 8, P9_TGETATTR, opt.tag); in v9fs_tgetattr() 571 req = v9fs_req_init(opt.client, 4 + 8 + 4, P9_TREADDIR, opt.tag); in v9fs_treaddir() 661 req = v9fs_req_init(opt.client, 4 + 4, P9_TLOPEN, opt.tag); in v9fs_tlopen() 707 req = v9fs_req_init(opt.client, body_size, P9_TWRITE, opt.tag); in v9fs_twrite() 749 req = v9fs_req_init(opt.client, 2, P9_TFLUSH, opt.tag); in v9fs_tflush() 801 req = v9fs_req_init(opt.client, body_size, P9_TMKDIR, opt.tag); in v9fs_tmkdir() [all …]
|
H A D | virtio-9p-client.h | 458 P9Req *v9fs_req_init(QVirtio9P *v9p, uint32_t size, uint8_t id,
|