Searched refs:p9_client_zc_rpc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/9p/
H A Dclient.c802 * p9_client_zc_rpc - issue a request and wait for a response
814 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, p9_client_zc_rpc() function
1567 req = p9_client_zc_rpc(clnt, P9_TREAD, to, NULL, rsize, p9_client_read()
1637 req = p9_client_zc_rpc(clnt, P9_TWRITE, NULL, from, 0, p9_client_write()
2079 req = p9_client_zc_rpc(clnt, P9_TREADDIR, &to, NULL, rsize, 0, p9_client_readdir()

Completed in 36 milliseconds