Searched refs:p9_client_cb (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/9p/ |
D | client.h | 270 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|
/Linux-v4.19/net/9p/ |
D | trans_fd.c | 227 p9_client_cb(m->client, req, REQ_STATUS_ERROR); in p9_conn_cancel() 381 p9_client_cb(m->client, m->req, status); in p9_read_work()
|
D | trans_xen.c | 248 p9_client_cb(priv->client, req, status); in p9_xen_response()
|
D | trans_virtio.c | 159 p9_client_cb(chan->client, req, REQ_STATUS_RCVD); in req_done()
|
D | trans_rdma.c | 340 p9_client_cb(client, req, REQ_STATUS_RCVD); in recv_done()
|
D | client.c | 436 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() function 450 EXPORT_SYMBOL(p9_client_cb);
|