Home
last modified time | relevance | path

Searched refs:v9fs_string_write (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c156 void v9fs_string_write(P9Req *req, const char *string) in v9fs_string_write() function
323 v9fs_string_write(req, opt.version); in v9fs_tversion()
385 v9fs_string_write(req, uname); in v9fs_tattach()
386 v9fs_string_write(req, aname); in v9fs_tattach()
451 v9fs_string_write(req, opt.wnames[i]); in v9fs_twalk()
802 v9fs_string_write(req, opt.name); in v9fs_tmkdir()
862 v9fs_string_write(req, opt.name); in v9fs_tlcreate()
923 v9fs_string_write(req, opt.name); in v9fs_tsymlink()
924 v9fs_string_write(req, opt.symtgt); in v9fs_tsymlink()
984 v9fs_string_write(req, opt.name); in v9fs_tlink()
[all …]
H A Dvirtio-9p-client.h456 void v9fs_string_write(P9Req *req, const char *string);