Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/9p/
Dtransport.h56 int (*request) (struct p9_client *, struct p9_req_t *req);
57 int (*cancel) (struct p9_client *, struct p9_req_t *req);
58 int (*zc_request)(struct p9_client *, struct p9_req_t *,
Dclient.h112 struct p9_req_t { struct
165 struct p9_req_t *reqs[P9_ROW_MAXTAG];
258 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
259 void p9_client_cb(struct p9_client *c, struct p9_req_t *req);
/linux-3.4.99/net/9p/
Dclient.c208 static struct p9_req_t *
213 struct p9_req_t *req; in p9_tag_alloc()
226 sizeof(struct p9_req_t), GFP_ATOMIC); in p9_tag_alloc()
287 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
380 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
396 void p9_client_cb(struct p9_client *c, struct p9_req_t *req) in p9_client_cb()
464 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
527 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
624 static struct p9_req_t *
639 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
[all …]
Dtrans_virtio.c148 struct p9_req_t *req; in req_done()
206 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
256 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
350 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
Dtrans_fd.c142 struct p9_req_t *req;
192 struct p9_req_t *req, *rtmp; in p9_conn_cancel()
446 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()
659 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
686 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
Dtrans_rdma.c123 struct p9_req_t *req;
280 struct p9_req_t *req; in handle_recv()
414 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
560 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()