Searched refs:p9_client_cb (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/net/9p/ |
D | client.h | 281 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|
/linux-6.1.9/net/9p/ |
D | trans_fd.c | 219 p9_client_cb(m->client, req, REQ_STATUS_ERROR); in p9_conn_cancel() 370 p9_client_cb(m->client, m->rreq, REQ_STATUS_RCVD); in p9_read_work()
|
D | trans_xen.c | 236 p9_client_cb(priv->client, req, status); in p9_xen_response()
|
D | trans_rdma.c | 326 p9_client_cb(client, req, REQ_STATUS_RCVD); in recv_done()
|
D | trans_virtio.c | 148 p9_client_cb(chan->client, req, REQ_STATUS_RCVD); in req_done()
|
D | client.c | 438 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() function 452 EXPORT_SYMBOL(p9_client_cb);
|