Home
last modified time | relevance | path

Searched refs:P9_TWRITE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/9p/
H A D9p.h174 P9_TWRITE = 118, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h69 EM( P9_TWRITE, "P9_TWRITE" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h72 P9_TWRITE = 118, enumerator
H A D9p.c4121 [P9_TWRITE] = v9fs_write,
/openbmc/linux/net/9p/
H A Dprotocol.c137 case P9_TWRITE: in p9_msg_buf_size()
H A Dclient.c1640 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, from, 0, in p9_client_write()
1644 req = p9_client_rpc(clnt, P9_TWRITE, "dqV", fid->fid, in p9_client_write()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c706 req = v9fs_req_init(opt.client, body_size, P9_TWRITE, opt.tag); in v9fs_twrite()