Searched refs:p9_client_cb (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/9p/ |
D | client.h | 260 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 227 p9_client_cb(m->client, req, REQ_STATUS_ERROR); in p9_conn_cancel() 377 p9_client_cb(m->client, m->req, status); in p9_read_work()
|
D | trans_virtio.c | 167 p9_client_cb(chan->client, req, REQ_STATUS_RCVD); in req_done()
|
D | trans_rdma.c | 317 p9_client_cb(client, req, REQ_STATUS_RCVD); in handle_recv()
|
D | client.c | 419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() function 433 EXPORT_SYMBOL(p9_client_cb);
|