Searched refs:p9_req_t (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/net/9p/ |
D | client.c | 95 static struct p9_req_t * 190 static struct p9_req_t *p9_tag_alloc(struct p9_client *c, u16 tag) in p9_tag_alloc() 194 struct p9_req_t *req; in p9_tag_alloc() 206 sizeof(struct p9_req_t), GFP_ATOMIC); in p9_tag_alloc() 278 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() 369 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req() 385 void p9_client_cb(struct p9_client *c, struct p9_req_t *req) in p9_client_cb() 453 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 533 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() 535 struct p9_req_t *req; in p9_client_flush() [all …]
|
D | trans_common.h | 31 int p9_payload_gup(struct p9_req_t *, size_t *, int *, int, u8); 32 int p9_nr_pages(struct p9_req_t *);
|
D | trans_common.c | 42 p9_nr_pages(struct p9_req_t *req) in p9_nr_pages() 62 p9_payload_gup(struct p9_req_t *req, size_t *pdata_off, int *pdata_len, in p9_payload_gup()
|
D | trans_fd.c | 140 struct p9_req_t *req; 190 struct p9_req_t *req, *rtmp; in p9_conn_cancel() 444 struct p9_req_t *req; in p9_write_work() 460 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work() 658 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request() 685 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
|
D | trans_rdma.c | 121 struct p9_req_t *req; 280 struct p9_req_t *req; in handle_recv() 416 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request() 562 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
|
D | trans_virtio.c | 145 struct p9_req_t *req; in req_done() 217 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel() 262 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
|
/linux-2.6.39/include/net/9p/ |
D | transport.h | 63 int (*request) (struct p9_client *, struct p9_req_t *req); 64 int (*cancel) (struct p9_client *, struct p9_req_t *req);
|
D | client.h | 112 struct p9_req_t { struct 165 struct p9_req_t *reqs[P9_ROW_MAXTAG]; 254 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); 255 void p9_client_cb(struct p9_client *c, struct p9_req_t *req);
|