Searched refs:p9_client (Results 1 – 3 of 3) sorted by relevance
| /include/net/9p/ |
| 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);
|
| D | client.h | 102 struct p9_client { struct 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 *clnt, struct p9_fid *afid, 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); [all …]
|
| /include/trace/events/ |
| 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),
|