Lines Matching refs:p9_req_t

274 static struct p9_req_t *
278 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
355 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
357 struct p9_req_t *req; in p9_tag_lookup()
388 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
399 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
422 struct p9_req_t *req; in p9_tag_cleanup()
442 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
519 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
577 static struct p9_req_t *
592 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
594 struct p9_req_t *req; in p9_client_flush()
620 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
625 struct p9_req_t *req; in p9_client_prepare_req()
668 static struct p9_req_t *
674 struct p9_req_t *req; in p9_client_rpc()
773 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
782 struct p9_req_t *req; in p9_client_zc_rpc()
908 struct p9_req_t *req; in p9_client_version()
1097 struct p9_req_t *req; in p9_client_attach()
1146 struct p9_req_t *req; in p9_client_walk()
1218 struct p9_req_t *req; in p9_client_open()
1264 struct p9_req_t *req; in p9_client_create_dotl()
1308 struct p9_req_t *req; in p9_client_fcreate()
1351 struct p9_req_t *req; in p9_client_symlink()
1383 struct p9_req_t *req; in p9_client_link()
1403 struct p9_req_t *req; in p9_client_fsync()
1428 struct p9_req_t *req; in p9_client_clunk()
1464 struct p9_req_t *req; in p9_client_remove()
1490 struct p9_req_t *req; in p9_client_unlinkat()
1534 struct p9_req_t *req; in p9_client_read_once()
1606 struct p9_req_t *req; in p9_client_write()
1667 struct p9_req_t *req; in p9_client_stat()
1719 struct p9_req_t *req; in p9_client_getattr_dotl()
1807 struct p9_req_t *req; in p9_client_wstat()
1845 struct p9_req_t *req; in p9_client_setattr()
1876 struct p9_req_t *req; in p9_client_statfs()
1913 struct p9_req_t *req; in p9_client_rename()
1940 struct p9_req_t *req; in p9_client_renameat()
1971 struct p9_req_t *req; in p9_client_xattrwalk()
2016 struct p9_req_t *req; in p9_client_xattrcreate()
2040 struct p9_req_t *req; in p9_client_readdir()
2106 struct p9_req_t *req; in p9_client_mknod_dotl()
2136 struct p9_req_t *req; in p9_client_mkdir_dotl()
2164 struct p9_req_t *req; in p9_client_lock_dotl()
2195 struct p9_req_t *req; in p9_client_getlock_dotl()
2231 struct p9_req_t *req; in p9_client_readlink()
2254 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()