Lines Matching refs:p9_req_t

269 static struct p9_req_t *
272 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
334 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
336 struct p9_req_t *req; in p9_tag_lookup()
367 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
381 struct p9_req_t *r = container_of(ref, struct p9_req_t, refcount); in p9_req_free()
387 int p9_req_put(struct p9_req_t *r) in p9_req_put()
402 struct p9_req_t *req; in p9_tag_cleanup()
422 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
500 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
570 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
642 static struct p9_req_t *
657 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
659 struct p9_req_t *req; in p9_client_flush()
686 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
691 struct p9_req_t *req; in p9_client_prepare_req()
731 static struct p9_req_t *
737 struct p9_req_t *req; in p9_client_rpc()
823 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
832 struct p9_req_t *req; in p9_client_zc_rpc()
940 struct p9_req_t *req; in p9_client_version()
1124 struct p9_req_t *req; in p9_client_attach()
1174 struct p9_req_t *req; in p9_client_walk()
1247 struct p9_req_t *req; in p9_client_open()
1294 struct p9_req_t *req; in p9_client_create_dotl()
1340 struct p9_req_t *req; in p9_client_fcreate()
1386 struct p9_req_t *req; in p9_client_symlink()
1418 struct p9_req_t *req; in p9_client_link()
1438 struct p9_req_t *req; in p9_client_fsync()
1464 struct p9_req_t *req; in p9_client_clunk()
1510 struct p9_req_t *req; in p9_client_remove()
1537 struct p9_req_t *req; in p9_client_unlinkat()
1581 struct p9_req_t *req; in p9_client_read_once()
1649 struct p9_req_t *req; in p9_client_write()
1707 struct p9_req_t *req; in p9_client_stat()
1760 struct p9_req_t *req; in p9_client_getattr_dotl()
1846 struct p9_req_t *req; in p9_client_wstat()
1883 struct p9_req_t *req; in p9_client_setattr()
1915 struct p9_req_t *req; in p9_client_statfs()
1955 struct p9_req_t *req; in p9_client_rename()
1983 struct p9_req_t *req; in p9_client_renameat()
2016 struct p9_req_t *req; in p9_client_xattrwalk()
2062 struct p9_req_t *req; in p9_client_xattrcreate()
2087 struct p9_req_t *req; in p9_client_readdir()
2155 struct p9_req_t *req; in p9_client_mknod_dotl()
2186 struct p9_req_t *req; in p9_client_mkdir_dotl()
2216 struct p9_req_t *req; in p9_client_lock_dotl()
2249 struct p9_req_t *req; in p9_client_getlock_dotl()
2283 struct p9_req_t *req; in p9_client_readlink()
2307 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()