Lines Matching refs:p9_req_t
263 static struct p9_req_t *
266 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
328 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
330 struct p9_req_t *req; in p9_tag_lookup()
361 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
375 struct p9_req_t *r = container_of(ref, struct p9_req_t, refcount); in p9_req_free()
382 int p9_req_put(struct p9_req_t *r) in p9_req_put()
397 struct p9_req_t *req; in p9_tag_cleanup()
417 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
494 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
566 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
637 static struct p9_req_t *
652 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
654 struct p9_req_t *req; in p9_client_flush()
680 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
685 struct p9_req_t *req; in p9_client_prepare_req()
725 static struct p9_req_t *
731 struct p9_req_t *req; in p9_client_rpc()
817 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
826 struct p9_req_t *req; in p9_client_zc_rpc()
934 struct p9_req_t *req; in p9_client_version()
1119 struct p9_req_t *req; in p9_client_attach()
1168 struct p9_req_t *req; in p9_client_walk()
1241 struct p9_req_t *req; in p9_client_open()
1288 struct p9_req_t *req; in p9_client_create_dotl()
1332 struct p9_req_t *req; in p9_client_fcreate()
1376 struct p9_req_t *req; in p9_client_symlink()
1408 struct p9_req_t *req; in p9_client_link()
1428 struct p9_req_t *req; in p9_client_fsync()
1454 struct p9_req_t *req; in p9_client_clunk()
1500 struct p9_req_t *req; in p9_client_remove()
1527 struct p9_req_t *req; in p9_client_unlinkat()
1571 struct p9_req_t *req; in p9_client_read_once()
1639 struct p9_req_t *req; in p9_client_write()
1697 struct p9_req_t *req; in p9_client_stat()
1750 struct p9_req_t *req; in p9_client_getattr_dotl()
1839 struct p9_req_t *req; in p9_client_wstat()
1878 struct p9_req_t *req; in p9_client_setattr()
1910 struct p9_req_t *req; in p9_client_statfs()
1948 struct p9_req_t *req; in p9_client_rename()
1976 struct p9_req_t *req; in p9_client_renameat()
2008 struct p9_req_t *req; in p9_client_xattrwalk()
2054 struct p9_req_t *req; in p9_client_xattrcreate()
2079 struct p9_req_t *req; in p9_client_readdir()
2146 struct p9_req_t *req; in p9_client_mknod_dotl()
2177 struct p9_req_t *req; in p9_client_mkdir_dotl()
2206 struct p9_req_t *req; in p9_client_lock_dotl()
2238 struct p9_req_t *req; in p9_client_getlock_dotl()
2275 struct p9_req_t *req; in p9_client_readlink()
2299 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()