Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/9p/
Dtransport.h45 int (*request) (struct p9_client *, struct p9_req_t *req);
46 int (*cancel) (struct p9_client *, struct p9_req_t *req);
47 int (*cancelled)(struct p9_client *, struct p9_req_t *req);
48 int (*zc_request)(struct p9_client *, struct p9_req_t *,
Dclient.h79 struct p9_req_t { struct
221 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
223 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get()
228 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
233 int p9_req_put(struct p9_req_t *r);
235 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
/Linux-v5.4/net/9p/
Dclient.c267 static struct p9_req_t *
270 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
332 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
334 struct p9_req_t *req; in p9_tag_lookup()
365 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
379 struct p9_req_t *r = container_of(ref, struct p9_req_t, refcount); in p9_req_free()
385 int p9_req_put(struct p9_req_t *r) in p9_req_put()
400 struct p9_req_t *req; in p9_tag_cleanup()
419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
497 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
[all …]
Dtrans_fd.c119 struct p9_req_t *rreq;
120 struct p9_req_t *wreq;
187 struct p9_req_t *req, *rtmp; in p9_conn_cancel()
441 struct p9_req_t *req; in p9_write_work()
458 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work()
656 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
683 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
702 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
Dtrans_virtio.c129 struct p9_req_t *req; in req_done()
190 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
196 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled()
251 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
387 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;
296 struct p9_req_t *req; in recv_done()
412 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
584 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
595 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
Dtrans_xen.c88 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
139 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
199 struct p9_req_t *req; in p9_xen_response()