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()
566 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
638 static struct p9_req_t *
653 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
655 struct p9_req_t *req; in p9_client_flush()
682 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
687 struct p9_req_t *req; in p9_client_prepare_req()
727 static struct p9_req_t *
733 struct p9_req_t *req; in p9_client_rpc()
819 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
828 struct p9_req_t *req; in p9_client_zc_rpc()
936 struct p9_req_t *req; in p9_client_version()
1120 struct p9_req_t *req; in p9_client_attach()
1170 struct p9_req_t *req; in p9_client_walk()
1244 struct p9_req_t *req; in p9_client_open()
1290 struct p9_req_t *req; in p9_client_create_dotl()
1335 struct p9_req_t *req; in p9_client_fcreate()
1380 struct p9_req_t *req; in p9_client_symlink()
1412 struct p9_req_t *req; in p9_client_link()
1432 struct p9_req_t *req; in p9_client_fsync()
1458 struct p9_req_t *req; in p9_client_clunk()
1502 struct p9_req_t *req; in p9_client_remove()
1529 struct p9_req_t *req; in p9_client_unlinkat()
1553 struct p9_req_t *req; in p9_client_read()
1633 struct p9_req_t *req; in p9_client_write()
1691 struct p9_req_t *req; in p9_client_stat()
1744 struct p9_req_t *req; in p9_client_getattr_dotl()
1830 struct p9_req_t *req; in p9_client_wstat()
1867 struct p9_req_t *req; in p9_client_setattr()
1899 struct p9_req_t *req; in p9_client_statfs()
1939 struct p9_req_t *req; in p9_client_rename()
1967 struct p9_req_t *req; in p9_client_renameat()
2000 struct p9_req_t *req; in p9_client_xattrwalk()
2046 struct p9_req_t *req; in p9_client_xattrcreate()
2071 struct p9_req_t *req; in p9_client_readdir()
2139 struct p9_req_t *req; in p9_client_mknod_dotl()
2170 struct p9_req_t *req; in p9_client_mkdir_dotl()
2200 struct p9_req_t *req; in p9_client_lock_dotl()
2233 struct p9_req_t *req; in p9_client_getlock_dotl()
2267 struct p9_req_t *req; in p9_client_readlink()
2291 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()