Searched refs:p9_client (Results 1 - 11 of 11) sorted by last modified time

/linux-master/net/9p/
H A Dclient.c58 inline int p9_is_proto_dotl(struct p9_client *clnt)
64 inline int p9_is_proto_dotu(struct p9_client *clnt)
70 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt)
135 static int parse_opts(char *opts, struct p9_client *clnt)
226 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc,
276 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size,
356 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag)
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)
421 static void p9_tag_cleanup(struct p9_client *
[all...]
H A Dtrans_fd.c114 struct p9_client *client;
222 p9_fd_poll(struct p9_client *client, struct poll_table_struct *pt, int *err)
250 static int p9_fd_read(struct p9_client *client, void *v, int len)
418 static int p9_fd_write(struct p9_client *client, void *v, int len)
583 static void p9_conn_create(struct p9_client *client)
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)
745 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt)
826 static int p9_fd_open(struct p9_client *clien
[all...]
H A Dprotocol.c43 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type,
720 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st)
747 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu)
769 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
H A Dtrans_xen.c55 struct p9_client *client;
64 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req)
69 static int p9_xen_create(struct p9_client *client, const char *addr, char *args)
88 static void p9_xen_close(struct p9_client *client)
115 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req)
H A Dtrans_virtio.c69 struct p9_client *client;
105 static void p9_virtio_close(struct p9_client *client)
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)
421 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req,
694 p9_virtio_create(struct p9_client *client, const char *devname, char *args)
H A Dtrans_rdma.c150 static int p9_rdma_show_options(struct seq_file *m, struct p9_client *clnt)
241 struct p9_client *c = id->context;
292 struct p9_client *client = cq->cq_context;
343 struct p9_client *client = cq->cq_context;
383 post_recv(struct p9_client *client, struct p9_rdma_context *c)
418 static int rdma_request(struct p9_client *client, struct p9_req_t *req)
551 static void rdma_close(struct p9_client *client)
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)
635 rdma_create_trans(struct p9_client *clien
[all...]
H A Dprotocol.h11 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type,
17 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
/linux-master/include/net/9p/
H A Dclient.h88 * struct p9_client - per client instance state
102 struct p9_client { struct
131 * @clnt: back pointer to instantiating &p9_client
149 struct p9_client *clnt;
180 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt);
186 struct p9_client *p9_client_create(const char *dev_name, char *options);
187 void p9_client_destroy(struct p9_client *clnt);
188 void p9_client_disconnect(struct p9_client *clnt);
189 void p9_client_begin_disconnect(struct p9_client *clnt);
190 struct p9_fid *p9_client_attach(struct p9_client *cln
[all...]
H A Dtransport.h48 int (*create)(struct p9_client *client,
50 void (*close)(struct p9_client *client);
51 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,
57 int (*show_options)(struct seq_file *m, struct p9_client *client);
/linux-master/fs/9p/
H A Dv9fs.h127 struct p9_client *clnt; /* 9p client */
/linux-master/include/trace/events/
H A D9p.h125 TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
147 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),

Completed in 178 milliseconds