Searched refs:p9_req_t (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/9p/
H A Dtransport.h51 int (*request)(struct p9_client *client, struct p9_req_t *req);
52 int (*cancel)(struct p9_client *client, struct p9_req_t *req);
53 int (*cancelled)(struct p9_client *client, struct p9_req_t *req);
54 int (*zc_request)(struct p9_client *client, struct p9_req_t *req,
H A Dclient.h69 * struct p9_req_t - request slots
77 struct p9_req_t { struct
229 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
231 static inline void p9_req_get(struct p9_req_t *r)
236 static inline int p9_req_try_get(struct p9_req_t *r)
241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
283 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
/linux-master/net/9p/
H A Dclient.c275 static struct p9_req_t *
279 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS);
356 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag)
358 struct p9_req_t *req;
389 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r)
400 int p9_req_put(struct p9_client *c, struct p9_req_t *r)
423 struct p9_req_t *req;
443 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status)
520 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req)
580 static struct p9_req_t *
[all...]
H A Dtrans_virtio.c132 struct p9_req_t *req;
193 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req)
199 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req)
255 p9_virtio_request(struct p9_client *client, struct p9_req_t *req)
380 static void handle_rerror(struct p9_req_t *req, int in_hdr_len,
421 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req,
H A Dtrans_fd.c119 struct p9_req_t *rreq;
120 struct p9_req_t *wreq;
187 struct p9_req_t *req, *rtmp;
449 struct p9_req_t *req;
466 req = list_entry(m->unsent_req_list.next, struct p9_req_t,
665 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req)
696 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req)
717 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req)
H A Dtrans_rdma.c108 struct p9_req_t *req;
296 struct p9_req_t *req;
418 static int rdma_request(struct p9_client *client, struct p9_req_t *req)
593 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req)
604 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req)
H A Dtrans_xen.c64 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req)
115 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req)
176 struct p9_req_t *req;

Completed in 135 milliseconds