Lines Matching refs:p9_req_t

277 static struct p9_req_t *
281 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
358 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
360 struct p9_req_t *req; in p9_tag_lookup()
391 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
402 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
425 struct p9_req_t *req; in p9_tag_cleanup()
445 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
522 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
582 static struct p9_req_t *
597 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
599 struct p9_req_t *req; in p9_client_flush()
625 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
630 struct p9_req_t *req; in p9_client_prepare_req()
673 static struct p9_req_t *
679 struct p9_req_t *req; in p9_client_rpc()
778 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
787 struct p9_req_t *req; in p9_client_zc_rpc()
913 struct p9_req_t *req; in p9_client_version()
1112 struct p9_req_t *req; in p9_client_attach()
1161 struct p9_req_t *req; in p9_client_walk()
1233 struct p9_req_t *req; in p9_client_open()
1279 struct p9_req_t *req; in p9_client_create_dotl()
1323 struct p9_req_t *req; in p9_client_fcreate()
1366 struct p9_req_t *req; in p9_client_symlink()
1398 struct p9_req_t *req; in p9_client_link()
1418 struct p9_req_t *req; in p9_client_fsync()
1443 struct p9_req_t *req; in p9_client_clunk()
1479 struct p9_req_t *req; in p9_client_remove()
1505 struct p9_req_t *req; in p9_client_unlinkat()
1549 struct p9_req_t *req; in p9_client_read_once()
1621 struct p9_req_t *req; in p9_client_write()
1683 struct p9_req_t *req; in p9_client_write_subreq()
1730 struct p9_req_t *req; in p9_client_stat()
1782 struct p9_req_t *req; in p9_client_getattr_dotl()
1870 struct p9_req_t *req; in p9_client_wstat()
1908 struct p9_req_t *req; in p9_client_setattr()
1939 struct p9_req_t *req; in p9_client_statfs()
1976 struct p9_req_t *req; in p9_client_rename()
2003 struct p9_req_t *req; in p9_client_renameat()
2034 struct p9_req_t *req; in p9_client_xattrwalk()
2079 struct p9_req_t *req; in p9_client_xattrcreate()
2103 struct p9_req_t *req; in p9_client_readdir()
2169 struct p9_req_t *req; in p9_client_mknod_dotl()
2199 struct p9_req_t *req; in p9_client_mkdir_dotl()
2227 struct p9_req_t *req; in p9_client_lock_dotl()
2258 struct p9_req_t *req; in p9_client_getlock_dotl()
2294 struct p9_req_t *req; in p9_client_readlink()
2317 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()