Searched refs:P9_TWRITE (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/9p/ |
H A D | 9p.h | 95 * @P9_TWRITE: reuqest to transfer data to a file 174 P9_TWRITE = 118, enumerator
|
/linux/include/trace/events/ |
H A D | 9p.h | 69 EM( P9_TWRITE, "P9_TWRITE" ) \
|
/linux/net/9p/ |
H A D | client.c | 1644 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, from, 0, in p9_client_write() 1648 req = p9_client_rpc(clnt, P9_TWRITE, "dqV", fid->fid, in p9_client_write() 1699 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, &subreq->io_iter, in p9_client_write_subreq() 1703 req = p9_client_rpc(clnt, P9_TWRITE, "dqV", fid->fid, in p9_client_write_subreq()
|