Searched refs:p9_client (Results 1 – 3 of 3) sorted by relevance
| /include/net/9p/ |
| A D | transport.h | 48 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);
|
| A D | client.h | 102 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 …]
|
| /include/trace/events/ |
| A D | 9p.h | 125 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 6 milliseconds