Home
last modified time | relevance | path

Searched refs:p9_client (Results 1 – 11 of 11) sorted by relevance

/linux/include/net/9p/
A Dclient.h101 struct p9_client { struct
148 struct p9_client *clnt;
179 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt);
186 void p9_client_destroy(struct p9_client *clnt);
187 void p9_client_disconnect(struct p9_client *clnt);
188 void p9_client_begin_disconnect(struct p9_client *clnt);
210 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
226 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
244 int p9stat_read(struct p9_client *clnt, char *buf, int len,
248 int p9_is_proto_dotu(struct p9_client *clnt);
[all …]
A Dtransport.h43 int (*create)(struct p9_client *client,
45 void (*close)(struct p9_client *client);
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,
52 int (*show_options)(struct seq_file *m, struct p9_client *client);
/linux/net/9p/
A Dclient.c919 struct p9_client *clnt; in p9_fid_destroy()
1001 struct p9_client *clnt; in p9_client_create()
1165 struct p9_client *clnt; in p9_client_walk()
1240 struct p9_client *clnt; in p9_client_open()
1287 struct p9_client *clnt; in p9_client_create_dotl()
1331 struct p9_client *clnt; in p9_client_fcreate()
1375 struct p9_client *clnt; in p9_client_symlink()
1407 struct p9_client *clnt; in p9_client_link()
1427 struct p9_client *clnt; in p9_client_fsync()
1453 struct p9_client *clnt; in p9_client_clunk()
[all …]
A Dtrans_fd.c115 struct p9_client *client;
247 static int p9_fd_read(struct p9_client *client, void *v, int len) in p9_fd_read()
414 static int p9_fd_write(struct p9_client *client, void *v, int len) in p9_fd_write()
579 static void p9_conn_create(struct p9_client *client) in p9_conn_create()
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()
730 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
811 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open()
906 static void p9_fd_close(struct p9_client *client) in p9_fd_close()
965 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) in p9_fd_create_tcp()
[all …]
A Dtrans_rdma.c151 static int p9_rdma_show_options(struct seq_file *m, struct p9_client *clnt) in p9_rdma_show_options()
242 struct p9_client *c = id->context; in p9_cm_event_handler()
293 struct p9_client *client = cq->cq_context; in recv_done()
344 struct p9_client *client = cq->cq_context; in send_done()
384 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
413 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
543 static void rdma_close(struct p9_client *client) in rdma_close()
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()
627 rdma_create_trans(struct p9_client *client, const char *addr, char *args) in rdma_create_trans()
A Dtrans_virtio.c70 struct p9_client *client;
106 static void p9_virtio_close(struct p9_client *client) in p9_virtio_close()
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()
659 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create()
A Dtrans_xen.c55 struct p9_client *client;
65 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
70 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create()
89 static void p9_xen_close(struct p9_client *client) in p9_xen_close()
116 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
A Dprotocol.h15 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
A Dprotocol.c545 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read()
572 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize()
594 int p9dirent_read(struct p9_client *clnt, char *buf, int len, in p9dirent_read()
/linux/include/trace/events/
A D9p.h101 TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
123 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
149 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
/linux/fs/9p/
A Dv9fs.h101 struct p9_client *clnt; /* 9p client */

Completed in 25 milliseconds