Searched refs:p9_client_zc_rpc (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/9p/ |
| H A D | client.c | 778 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc() function 1571 req = p9_client_zc_rpc(clnt, P9_TREAD, to, NULL, rsize, in p9_client_read_once() 1644 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, from, 0, in p9_client_write() 1699 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, &subreq->io_iter, in p9_client_write_subreq() 2134 req = p9_client_zc_rpc(clnt, P9_TREADDIR, &to, NULL, rsize, 0, in p9_client_readdir()
|