Searched refs:p9_req_t (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/net/9p/ |
D | transport.h | 60 int (*request) (struct p9_client *, struct p9_req_t *req); 61 int (*cancel) (struct p9_client *, struct p9_req_t *req); 62 int (*cancelled)(struct p9_client *, struct p9_req_t *req); 63 int (*zc_request)(struct p9_client *, struct p9_req_t *,
|
D | client.h | 112 struct p9_req_t { struct 164 struct p9_req_t *reqs[P9_ROW_MAXTAG]; 259 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); 260 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|
/linux-4.4.14/net/9p/ |
D | client.c | 234 static struct p9_req_t * 239 struct p9_req_t *req; in p9_tag_alloc() 252 sizeof(struct p9_req_t), GFP_ATOMIC); in p9_tag_alloc() 310 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() 403 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req() 419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() 495 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 558 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors() 631 static struct p9_req_t * 646 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() [all …]
|
D | trans_rdma.c | 122 struct p9_req_t *req; 290 struct p9_req_t *req; in handle_recv() 427 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request() 596 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel() 607 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
|
D | trans_fd.c | 132 struct p9_req_t *req; 199 struct p9_req_t *req, *rtmp; in p9_conn_cancel() 449 struct p9_req_t *req; in p9_write_work() 466 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work() 660 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request() 687 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel() 705 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
|
D | trans_virtio.c | 148 struct p9_req_t *req; in req_done() 208 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel() 261 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request() 396 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
|