Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c120 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()
572 v9fs_uint32_write(req, opt.fid); in v9fs_treaddir()
574 v9fs_uint32_write(req, opt.count); in v9fs_treaddir()
[all …]
H A Dvirtio-9p-client.h451 void v9fs_uint32_write(P9Req *req, uint32_t val);