Searched refs:v9fs_string_write (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p-client.c | 156 void v9fs_string_write(P9Req *req, const char *string) in v9fs_string_write() function 324 v9fs_string_write(req, opt.version); in v9fs_tversion() 386 v9fs_string_write(req, uname); in v9fs_tattach() 387 v9fs_string_write(req, aname); in v9fs_tattach() 452 v9fs_string_write(req, opt.wnames[i]); in v9fs_twalk() 852 v9fs_string_write(req, opt.name); in v9fs_tmkdir() 912 v9fs_string_write(req, opt.name); in v9fs_tlcreate() 973 v9fs_string_write(req, opt.name); in v9fs_tsymlink() 974 v9fs_string_write(req, opt.symtgt); in v9fs_tsymlink() 1034 v9fs_string_write(req, opt.name); in v9fs_tlink() [all …]
|
| H A D | virtio-9p-client.h | 488 void v9fs_string_write(P9Req *req, const char *string);
|