Searched refs:p9_client (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/net/9p/ |
D | client.h | 152 struct p9_client { struct 196 struct p9_client *clnt; 225 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt); 231 struct p9_client *p9_client_create(const char *dev_name, char *options); 232 void p9_client_destroy(struct p9_client *clnt); 233 void p9_client_disconnect(struct p9_client *clnt); 234 void p9_client_begin_disconnect(struct p9_client *clnt); 235 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, 254 int p9dirent_read(struct p9_client *clnt, char *buf, int len, 269 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); [all …]
|
D | transport.h | 58 int (*create)(struct p9_client *, const char *, char *); 59 void (*close) (struct p9_client *); 60 int (*request) (struct p9_client *, struct p9_req_t *req); 61 int (*cancel) (struct p9_client *, struct p9_req_t *req); 62 int (*cancelled)(struct p9_client *, struct p9_req_t *req); 63 int (*zc_request)(struct p9_client *, struct p9_req_t *, 65 int (*show_options)(struct seq_file *, struct p9_client *);
|
/Linux-v4.19/net/9p/ |
D | client.c | 69 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl() 75 inline int p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu() 81 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt) in p9_show_client_options() 147 static int parse_opts(char *opts, struct p9_client *clnt) in parse_opts() 261 p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) in p9_tag_alloc() 328 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() 354 static int p9_tag_init(struct p9_client *c) in p9_tag_init() 380 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup() 420 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req() 436 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() [all …]
|
D | trans_rdma.c | 165 static int p9_rdma_show_options(struct seq_file *m, struct p9_client *clnt) in p9_rdma_show_options() 256 struct p9_client *c = id->context; in p9_cm_event_handler() 308 struct p9_client *client = cq->cq_context; in recv_done() 358 struct p9_client *client = cq->cq_context; in send_done() 397 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv() 426 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request() 556 static void rdma_close(struct p9_client *client) in rdma_close() 598 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel() 609 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled() 640 rdma_create_trans(struct p9_client *client, const char *addr, char *args) in rdma_create_trans()
|
D | trans_fd.c | 130 struct p9_client *client; 233 p9_fd_poll(struct p9_client *client, struct poll_table_struct *pt, int *err) in p9_fd_poll() 261 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() 578 static void p9_conn_create(struct p9_client *client) in p9_conn_create() 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() 704 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled() 718 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options() 799 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() [all …]
|
D | trans_virtio.c | 81 struct p9_client *client; 117 static void p9_virtio_close(struct p9_client *client) in p9_virtio_close() 205 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel() 259 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request() 395 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request() 650 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create()
|
D | trans_xen.c | 78 struct p9_client *client; 88 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel() 93 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create() 112 static void p9_xen_close(struct p9_client *client) in p9_xen_close() 139 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
|
D | protocol.h | 32 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu);
|
D | protocol.c | 555 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read() 581 int p9pdu_finalize(struct p9_client *clnt, struct p9_fcall *pdu) in p9pdu_finalize() 603 int p9dirent_read(struct p9_client *clnt, char *buf, int len, in p9dirent_read()
|
/Linux-v4.19/include/trace/events/ |
D | 9p.h | 101 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-v4.19/fs/9p/ |
D | v9fs.h | 116 struct p9_client *clnt; /* 9p client */
|