Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/9p/
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,
Dclient.h77 struct p9_req_t { struct
227 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
229 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get()
234 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
239 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
281 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
/Linux-v6.1/net/9p/
Dclient.c270 static struct p9_req_t *
274 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
346 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
348 struct p9_req_t *req; in p9_tag_lookup()
379 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
390 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
413 struct p9_req_t *req; in p9_tag_cleanup()
433 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
510 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
569 static struct p9_req_t *
[all …]
Dtrans_virtio.c133 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()
381 static void handle_rerror(struct p9_req_t *req, int in_hdr_len, in handle_rerror()
422 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
Dtrans_rdma.c109 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()
Dtrans_fd.c121 struct p9_req_t *rreq;
122 struct p9_req_t *wreq;
189 struct p9_req_t *req, *rtmp; in p9_conn_cancel()
451 struct p9_req_t *req; in p9_write_work()
468 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work()
667 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
694 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
715 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
Dtrans_xen.c65 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()