Lines Matching refs:p9_client
108 struct p9_client { struct
245 struct p9_client *clnt;
276 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt);
282 struct p9_client *p9_client_create(struct fs_context *fc);
283 void p9_client_destroy(struct p9_client *clnt);
284 void p9_client_disconnect(struct p9_client *clnt);
285 void p9_client_begin_disconnect(struct p9_client *clnt);
286 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
309 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
325 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
337 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
379 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
383 int p9stat_read(struct p9_client *clnt, char *buf, int len,
387 int p9_is_proto_dotu(struct p9_client *clnt);
388 int p9_is_proto_dotl(struct p9_client *clnt);