Lines Matching refs:p9_req_t

234 static struct p9_req_t *
239 struct p9_req_t *req; in p9_tag_alloc()
252 sizeof(struct p9_req_t), GFP_ATOMIC); in p9_tag_alloc()
310 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
403 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
495 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
558 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
631 static struct p9_req_t *
646 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
648 struct p9_req_t *req; in p9_client_flush()
674 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
679 struct p9_req_t *req; in p9_client_prepare_req()
724 static struct p9_req_t *
730 struct p9_req_t *req; in p9_client_rpc()
814 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
823 struct p9_req_t *req; in p9_client_zc_rpc()
934 struct p9_req_t *req; in p9_client_version()
1107 struct p9_req_t *req; in p9_client_attach()
1158 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()
1324 struct p9_req_t *req; in p9_client_fcreate()
1369 struct p9_req_t *req; in p9_client_symlink()
1401 struct p9_req_t *req; in p9_client_link()
1421 struct p9_req_t *req; in p9_client_fsync()
1447 struct p9_req_t *req; in p9_client_clunk()
1491 struct p9_req_t *req; in p9_client_remove()
1518 struct p9_req_t *req; in p9_client_unlinkat()
1542 struct p9_req_t *req; in p9_client_read()
1622 struct p9_req_t *req; in p9_client_write()
1680 struct p9_req_t *req; in p9_client_stat()
1733 struct p9_req_t *req; in p9_client_getattr_dotl()
1819 struct p9_req_t *req; in p9_client_wstat()
1856 struct p9_req_t *req; in p9_client_setattr()
1888 struct p9_req_t *req; in p9_client_statfs()
1928 struct p9_req_t *req; in p9_client_rename()
1956 struct p9_req_t *req; in p9_client_renameat()
1989 struct p9_req_t *req; in p9_client_xattrwalk()
2036 struct p9_req_t *req; in p9_client_xattrcreate()
2061 struct p9_req_t *req; in p9_client_readdir()
2125 struct p9_req_t *req; in p9_client_mknod_dotl()
2156 struct p9_req_t *req; in p9_client_mkdir_dotl()
2186 struct p9_req_t *req; in p9_client_lock_dotl()
2219 struct p9_req_t *req; in p9_client_getlock_dotl()
2253 struct p9_req_t *req; in p9_client_readlink()