Lines Matching refs:p9_req_t
267 static struct p9_req_t *
270 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
332 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
334 struct p9_req_t *req; in p9_tag_lookup()
365 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
379 struct p9_req_t *r = container_of(ref, struct p9_req_t, refcount); in p9_req_free()
385 int p9_req_put(struct p9_req_t *r) in p9_req_put()
400 struct p9_req_t *req; in p9_tag_cleanup()
419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
497 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
568 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
640 static struct p9_req_t *
655 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
657 struct p9_req_t *req; in p9_client_flush()
684 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
689 struct p9_req_t *req; in p9_client_prepare_req()
729 static struct p9_req_t *
735 struct p9_req_t *req; in p9_client_rpc()
821 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
830 struct p9_req_t *req; in p9_client_zc_rpc()
935 struct p9_req_t *req; in p9_client_version()
1119 struct p9_req_t *req; in p9_client_attach()
1169 struct p9_req_t *req; in p9_client_walk()
1243 struct p9_req_t *req; in p9_client_open()
1289 struct p9_req_t *req; in p9_client_create_dotl()
1334 struct p9_req_t *req; in p9_client_fcreate()
1379 struct p9_req_t *req; in p9_client_symlink()
1411 struct p9_req_t *req; in p9_client_link()
1431 struct p9_req_t *req; in p9_client_fsync()
1457 struct p9_req_t *req; in p9_client_clunk()
1501 struct p9_req_t *req; in p9_client_remove()
1528 struct p9_req_t *req; in p9_client_unlinkat()
1572 struct p9_req_t *req; in p9_client_read_once()
1640 struct p9_req_t *req; in p9_client_write()
1698 struct p9_req_t *req; in p9_client_stat()
1751 struct p9_req_t *req; in p9_client_getattr_dotl()
1837 struct p9_req_t *req; in p9_client_wstat()
1874 struct p9_req_t *req; in p9_client_setattr()
1906 struct p9_req_t *req; in p9_client_statfs()
1946 struct p9_req_t *req; in p9_client_rename()
1974 struct p9_req_t *req; in p9_client_renameat()
2007 struct p9_req_t *req; in p9_client_xattrwalk()
2053 struct p9_req_t *req; in p9_client_xattrcreate()
2078 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()
2207 struct p9_req_t *req; in p9_client_lock_dotl()
2240 struct p9_req_t *req; in p9_client_getlock_dotl()
2274 struct p9_req_t *req; in p9_client_readlink()
2298 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()