Home
last modified time | relevance | path

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

/include/net/9p/
Dtransport.h45 int (*request) (struct p9_client *, struct p9_req_t *req);
46 int (*cancel) (struct p9_client *, struct p9_req_t *req);
47 int (*cancelled)(struct p9_client *, struct p9_req_t *req);
48 int (*zc_request)(struct p9_client *, struct p9_req_t *,
Dclient.h79 struct p9_req_t { struct
221 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
223 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get()
228 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
233 int p9_req_put(struct p9_req_t *r);
235 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);