Lines Matching defs:p9_client
94 * struct p9_client - per client instance state
108 struct p9_client {
229 * @clnt: back pointer to instantiating &p9_client
247 struct p9_client *clnt;
278 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt);
284 struct p9_client *p9_client_create(struct fs_context *fc);
285 void p9_client_destroy(struct p9_client *clnt);
286 void p9_client_disconnect(struct p9_client *clnt);
287 void p9_client_begin_disconnect(struct p9_client *clnt);
288 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
311 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
327 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
339 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
381 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
385 int p9stat_read(struct p9_client *clnt, char *buf, int len,
389 int p9_is_proto_dotu(struct p9_client *clnt);
390 int p9_is_proto_dotl(struct p9_client *clnt);