Home
last modified time | relevance | path

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

/linux/include/net/9p/
A Dclient.h102 struct p9_client { struct
149 struct p9_client *clnt;
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);
213 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
229 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
287 int p9stat_read(struct p9_client *clnt, char *buf, int len,
291 int p9_is_proto_dotu(struct p9_client *clnt);
[all …]
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/net/9p/
A Dclient.c882 struct p9_client *clnt; in p9_fid_destroy()
981 struct p9_client *clnt; in p9_client_create()
1158 struct p9_client *clnt; in p9_client_walk()
1232 struct p9_client *clnt; in p9_client_open()
1278 struct p9_client *clnt; in p9_client_create_dotl()
1322 struct p9_client *clnt; in p9_client_fcreate()
1365 struct p9_client *clnt; in p9_client_symlink()
1397 struct p9_client *clnt; in p9_client_link()
1417 struct p9_client *clnt; in p9_client_fsync()
1442 struct p9_client *clnt; in p9_client_clunk()
[all …]
A Dtrans_rdma.c150 static int p9_rdma_show_options(struct seq_file *m, struct p9_client *clnt) in p9_rdma_show_options()
241 struct p9_client *c = id->context; in p9_cm_event_handler()
292 struct p9_client *client = cq->cq_context; in recv_done()
343 struct p9_client *client = cq->cq_context; in send_done()
383 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
418 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
551 static void rdma_close(struct p9_client *client) in rdma_close()
593 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
604 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
635 rdma_create_trans(struct p9_client *client, const char *addr, char *args) in rdma_create_trans()
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);
A Dtrans_fd.c114 struct p9_client *client;
250 static int p9_fd_read(struct p9_client *client, void *v, int len) in p9_fd_read()
418 static int p9_fd_write(struct p9_client *client, void *v, int len) in p9_fd_write()
583 static void p9_conn_create(struct p9_client *client) in p9_conn_create()
665 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
696 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
745 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
826 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open()
934 static void p9_fd_close(struct p9_client *client) in p9_fd_close()
993 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) in p9_fd_create_tcp()
[all …]
A Dtrans_virtio.c69 struct p9_client *client;
105 static void p9_virtio_close(struct p9_client *client) in p9_virtio_close()
193 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
199 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled()
255 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
421 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
694 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create()
A Dtrans_xen.c55 struct p9_client *client;
64 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
69 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create()
88 static void p9_xen_close(struct p9_client *client) in p9_xen_close()
115 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
A Dtrans_usbg.c40 struct p9_client *client;
339 struct p9_client *client; in enable_usb9pfs()
369 static int p9_usbg_create(struct p9_client *client, const char *devname, char *args) in p9_usbg_create()
432 static void p9_usbg_close(struct p9_client *client) in p9_usbg_close()
459 static int p9_usbg_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_usbg_request()
482 static int p9_usbg_cancel(struct p9_client *client, struct p9_req_t *req) in p9_usbg_cancel()
A Dprotocol.c43 size_t p9_msg_buf_size(struct p9_client *c, enum p9_msg_t type, in p9_msg_buf_size()
720 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read()
747 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize()
769 int p9dirent_read(struct p9_client *clnt, char *buf, int len, in p9dirent_read()
/linux/include/trace/events/
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),
/linux/fs/9p/
A Dv9fs.h127 struct p9_client *clnt; /* 9p client */

Completed in 31 milliseconds