Searched refs:v9fs_uint32_write (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p-client.c | 120 void v9fs_uint32_write(P9Req *req, uint32_t val) in v9fs_uint32_write() function 323 v9fs_uint32_write(req, opt.msize); in v9fs_tversion() 384 v9fs_uint32_write(req, opt.fid); in v9fs_tattach() 385 v9fs_uint32_write(req, P9_NOFID); in v9fs_tattach() 388 v9fs_uint32_write(req, opt.n_uname); in v9fs_tattach() 448 v9fs_uint32_write(req, opt.fid); in v9fs_twalk() 449 v9fs_uint32_write(req, opt.newfid); in v9fs_twalk() 507 v9fs_uint32_write(req, opt.fid); in v9fs_tgetattr() 576 v9fs_uint32_write(req, opt.fid); in v9fs_tsetattr() 577 v9fs_uint32_write(req, (uint32_t) opt.attr.valid); in v9fs_tsetattr() [all …]
|
| H A D | virtio-9p-client.h | 483 void v9fs_uint32_write(P9Req *req, uint32_t val);
|