Searched refs:v9fs_uint64_write (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p-client.c | 127 void v9fs_uint64_write(P9Req *req, uint64_t val) in v9fs_uint64_write() function 508 v9fs_uint64_write(req, opt.request_mask); in v9fs_tgetattr() 581 v9fs_uint64_write(req, opt.attr.size); in v9fs_tsetattr() 582 v9fs_uint64_write(req, opt.attr.atime_sec); in v9fs_tsetattr() 583 v9fs_uint64_write(req, opt.attr.atime_nsec); in v9fs_tsetattr() 584 v9fs_uint64_write(req, opt.attr.mtime_sec); in v9fs_tsetattr() 585 v9fs_uint64_write(req, opt.attr.mtime_nsec); in v9fs_tsetattr() 622 v9fs_uint64_write(req, opt.offset); in v9fs_treaddir() 758 v9fs_uint64_write(req, opt.offset); in v9fs_twrite()
|
| H A D | virtio-9p-client.h | 484 void v9fs_uint64_write(P9Req *req, uint64_t val);
|