p9_client         186 include/net/9p/client.h 	struct p9_client *clnt;
p9_client         219 include/net/9p/client.h struct p9_client *p9_client_create(const char *dev_name, char *options);
p9_client         220 include/net/9p/client.h void p9_client_destroy(struct p9_client *clnt);
p9_client         221 include/net/9p/client.h void p9_client_disconnect(struct p9_client *clnt);
p9_client         222 include/net/9p/client.h void p9_client_begin_disconnect(struct p9_client *clnt);
p9_client         223 include/net/9p/client.h struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
p9_client         244 include/net/9p/client.h int p9dirent_read(struct p9_client *clnt, char *buf, int len,
p9_client         259 include/net/9p/client.h struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
p9_client         260 include/net/9p/client.h void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
p9_client         263 include/net/9p/client.h int p9stat_read(struct p9_client *, char *, int, struct p9_wstat *);
p9_client         266 include/net/9p/client.h int p9_is_proto_dotu(struct p9_client *clnt);
p9_client         267 include/net/9p/client.h int p9_is_proto_dotl(struct p9_client *clnt);
p9_client          58 include/net/9p/transport.h 	int (*create)(struct p9_client *, const char *, char *);
p9_client          59 include/net/9p/transport.h 	void (*close) (struct p9_client *);
p9_client          60 include/net/9p/transport.h 	int (*request) (struct p9_client *, struct p9_req_t *req);
p9_client          61 include/net/9p/transport.h 	int (*cancel) (struct p9_client *, struct p9_req_t *req);
p9_client          62 include/net/9p/transport.h 	int (*cancelled)(struct p9_client *, struct p9_req_t *req);
p9_client          63 include/net/9p/transport.h 	int (*zc_request)(struct p9_client *, struct p9_req_t *,
p9_client          81 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, int8_t type, int tag),
p9_client         103 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err),
p9_client         129 include/trace/events/9p.h 	    TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),