Lines Matching refs:p9_req_t
270 static struct p9_req_t *
274 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
346 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
348 struct p9_req_t *req; in p9_tag_lookup()
379 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
390 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
413 struct p9_req_t *req; in p9_tag_cleanup()
433 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
510 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
569 static struct p9_req_t *
584 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
586 struct p9_req_t *req; in p9_client_flush()
612 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
617 struct p9_req_t *req; in p9_client_prepare_req()
660 static struct p9_req_t *
666 struct p9_req_t *req; in p9_client_rpc()
761 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
770 struct p9_req_t *req; in p9_client_zc_rpc()
893 struct p9_req_t *req; in p9_client_version()
1083 struct p9_req_t *req; in p9_client_attach()
1132 struct p9_req_t *req; in p9_client_walk()
1205 struct p9_req_t *req; in p9_client_open()
1252 struct p9_req_t *req; in p9_client_create_dotl()
1296 struct p9_req_t *req; in p9_client_fcreate()
1340 struct p9_req_t *req; in p9_client_symlink()
1372 struct p9_req_t *req; in p9_client_link()
1392 struct p9_req_t *req; in p9_client_fsync()
1418 struct p9_req_t *req; in p9_client_clunk()
1455 struct p9_req_t *req; in p9_client_remove()
1482 struct p9_req_t *req; in p9_client_unlinkat()
1526 struct p9_req_t *req; in p9_client_read_once()
1598 struct p9_req_t *req; in p9_client_write()
1659 struct p9_req_t *req; in p9_client_stat()
1712 struct p9_req_t *req; in p9_client_getattr_dotl()
1801 struct p9_req_t *req; in p9_client_wstat()
1840 struct p9_req_t *req; in p9_client_setattr()
1872 struct p9_req_t *req; in p9_client_statfs()
1910 struct p9_req_t *req; in p9_client_rename()
1938 struct p9_req_t *req; in p9_client_renameat()
1970 struct p9_req_t *req; in p9_client_xattrwalk()
2016 struct p9_req_t *req; in p9_client_xattrcreate()
2041 struct p9_req_t *req; in p9_client_readdir()
2108 struct p9_req_t *req; in p9_client_mknod_dotl()
2139 struct p9_req_t *req; in p9_client_mkdir_dotl()
2168 struct p9_req_t *req; in p9_client_lock_dotl()
2200 struct p9_req_t *req; in p9_client_getlock_dotl()
2237 struct p9_req_t *req; in p9_client_readlink()
2261 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()