Home
last modified time | relevance | path

Searched refs:p9_req_t (Results 1 – 2 of 2) sorted by relevance

/include/net/9p/
Dtransport.h51 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,
Dclient.h77 struct p9_req_t { struct
229 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
231 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get()
236 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
283 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);