Searched refs:p9_req_t (Results 1 – 7 of 7) sorted by relevance
/linux/net/9p/ |
A D | client.c | 263 static struct p9_req_t * 330 struct p9_req_t *req; in p9_tag_lookup() 375 struct p9_req_t *r = container_of(ref, struct p9_req_t, refcount); in p9_req_free() 397 struct p9_req_t *req; in p9_tag_cleanup() 654 struct p9_req_t *req; in p9_client_flush() 685 struct p9_req_t *req; in p9_client_prepare_req() 731 struct p9_req_t *req; in p9_client_rpc() 826 struct p9_req_t *req; in p9_client_zc_rpc() 934 struct p9_req_t *req; in p9_client_version() 1119 struct p9_req_t *req; in p9_client_attach() [all …]
|
A D | trans_fd.c | 119 struct p9_req_t *rreq; 120 struct p9_req_t *wreq; 187 struct p9_req_t *req, *rtmp; in p9_conn_cancel() 445 struct p9_req_t *req; in p9_write_work() 462 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() 706 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
|
A D | trans_rdma.c | 109 struct p9_req_t *req; 297 struct p9_req_t *req; in recv_done() 413 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request() 585 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel() 596 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
|
A D | trans_virtio.c | 133 struct p9_req_t *req; in req_done() 194 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel() 200 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled() 256 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request() 392 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
|
A D | trans_xen.c | 65 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel() 116 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request() 177 struct p9_req_t *req; in p9_xen_response()
|
/linux/include/net/9p/ |
A D | transport.h | 46 int (*request)(struct p9_client *client, struct p9_req_t *req); 47 int (*cancel)(struct p9_client *client, struct p9_req_t *req); 48 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); 49 int (*zc_request)(struct p9_client *client, struct p9_req_t *req,
|
A D | client.h | 76 struct p9_req_t { struct 226 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag); 228 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get() 233 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get() 238 int p9_req_put(struct p9_req_t *r); 240 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|
Completed in 16 milliseconds