Lines Matching refs:p9_client
152 struct p9_client { struct
186 struct p9_client *clnt;
221 struct p9_client *p9_client_create(const char *dev_name, char *options);
222 void p9_client_destroy(struct p9_client *clnt);
223 void p9_client_disconnect(struct p9_client *clnt);
224 void p9_client_begin_disconnect(struct p9_client *clnt);
225 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
244 int p9dirent_read(struct p9_client *clnt, char *buf, int len,
259 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
260 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
263 int p9stat_read(struct p9_client *, char *, int, struct p9_wstat *);
266 int p9_is_proto_dotu(struct p9_client *clnt);
267 int p9_is_proto_dotl(struct p9_client *clnt);