Lines Matching refs:p9_req_t

276 static struct p9_req_t *
280 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
357 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
359 struct p9_req_t *req; in p9_tag_lookup()
390 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
401 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
424 struct p9_req_t *req; in p9_tag_cleanup()
444 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
521 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
581 static struct p9_req_t *
596 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
598 struct p9_req_t *req; in p9_client_flush()
624 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
629 struct p9_req_t *req; in p9_client_prepare_req()
672 static struct p9_req_t *
678 struct p9_req_t *req; in p9_client_rpc()
777 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
786 struct p9_req_t *req; in p9_client_zc_rpc()
912 struct p9_req_t *req; in p9_client_version()
1101 struct p9_req_t *req; in p9_client_attach()
1150 struct p9_req_t *req; in p9_client_walk()
1222 struct p9_req_t *req; in p9_client_open()
1268 struct p9_req_t *req; in p9_client_create_dotl()
1312 struct p9_req_t *req; in p9_client_fcreate()
1355 struct p9_req_t *req; in p9_client_symlink()
1387 struct p9_req_t *req; in p9_client_link()
1407 struct p9_req_t *req; in p9_client_fsync()
1432 struct p9_req_t *req; in p9_client_clunk()
1468 struct p9_req_t *req; in p9_client_remove()
1494 struct p9_req_t *req; in p9_client_unlinkat()
1538 struct p9_req_t *req; in p9_client_read_once()
1610 struct p9_req_t *req; in p9_client_write()
1671 struct p9_req_t *req; in p9_client_stat()
1723 struct p9_req_t *req; in p9_client_getattr_dotl()
1811 struct p9_req_t *req; in p9_client_wstat()
1849 struct p9_req_t *req; in p9_client_setattr()
1880 struct p9_req_t *req; in p9_client_statfs()
1917 struct p9_req_t *req; in p9_client_rename()
1944 struct p9_req_t *req; in p9_client_renameat()
1975 struct p9_req_t *req; in p9_client_xattrwalk()
2020 struct p9_req_t *req; in p9_client_xattrcreate()
2044 struct p9_req_t *req; in p9_client_readdir()
2110 struct p9_req_t *req; in p9_client_mknod_dotl()
2140 struct p9_req_t *req; in p9_client_mkdir_dotl()
2168 struct p9_req_t *req; in p9_client_lock_dotl()
2199 struct p9_req_t *req; in p9_client_getlock_dotl()
2235 struct p9_req_t *req; in p9_client_readlink()
2258 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()