Lines Matching refs:p9_req_t

277 static struct p9_req_t *
281 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS);
358 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag)
360 struct p9_req_t *req;
391 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r)
402 int p9_req_put(struct p9_client *c, struct p9_req_t *r)
425 struct p9_req_t *req;
445 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status)
522 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req)
582 static struct p9_req_t *
597 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq)
599 struct p9_req_t *req;
625 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c,
630 struct p9_req_t *req;
673 static struct p9_req_t *
679 struct p9_req_t *req;
778 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type,
787 struct p9_req_t *req;
913 struct p9_req_t *req;
1102 struct p9_req_t *req;
1151 struct p9_req_t *req;
1223 struct p9_req_t *req;
1269 struct p9_req_t *req;
1313 struct p9_req_t *req;
1356 struct p9_req_t *req;
1388 struct p9_req_t *req;
1408 struct p9_req_t *req;
1433 struct p9_req_t *req;
1469 struct p9_req_t *req;
1495 struct p9_req_t *req;
1539 struct p9_req_t *req;
1611 struct p9_req_t *req;
1673 struct p9_req_t *req;
1720 struct p9_req_t *req;
1772 struct p9_req_t *req;
1860 struct p9_req_t *req;
1898 struct p9_req_t *req;
1929 struct p9_req_t *req;
1966 struct p9_req_t *req;
1993 struct p9_req_t *req;
2024 struct p9_req_t *req;
2069 struct p9_req_t *req;
2093 struct p9_req_t *req;
2159 struct p9_req_t *req;
2189 struct p9_req_t *req;
2217 struct p9_req_t *req;
2248 struct p9_req_t *req;
2284 struct p9_req_t *req;
2307 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU);