Lines Matching refs:p9_req_t

260 static struct p9_req_t *
265 struct p9_req_t *req; in p9_tag_alloc()
278 sizeof(struct p9_req_t), GFP_ATOMIC); in p9_tag_alloc()
328 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
420 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
436 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
513 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
582 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
654 static struct p9_req_t *
669 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
671 struct p9_req_t *req; in p9_client_flush()
697 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
702 struct p9_req_t *req; in p9_client_prepare_req()
747 static struct p9_req_t *
753 struct p9_req_t *req; in p9_client_rpc()
837 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
846 struct p9_req_t *req; in p9_client_zc_rpc()
954 struct p9_req_t *req; in p9_client_version()
1117 struct p9_req_t *req; in p9_client_attach()
1167 struct p9_req_t *req; in p9_client_walk()
1241 struct p9_req_t *req; in p9_client_open()
1287 struct p9_req_t *req; in p9_client_create_dotl()
1332 struct p9_req_t *req; in p9_client_fcreate()
1377 struct p9_req_t *req; in p9_client_symlink()
1409 struct p9_req_t *req; in p9_client_link()
1429 struct p9_req_t *req; in p9_client_fsync()
1455 struct p9_req_t *req; in p9_client_clunk()
1499 struct p9_req_t *req; in p9_client_remove()
1526 struct p9_req_t *req; in p9_client_unlinkat()
1550 struct p9_req_t *req; in p9_client_read()
1630 struct p9_req_t *req; in p9_client_write()
1688 struct p9_req_t *req; in p9_client_stat()
1741 struct p9_req_t *req; in p9_client_getattr_dotl()
1827 struct p9_req_t *req; in p9_client_wstat()
1864 struct p9_req_t *req; in p9_client_setattr()
1896 struct p9_req_t *req; in p9_client_statfs()
1936 struct p9_req_t *req; in p9_client_rename()
1964 struct p9_req_t *req; in p9_client_renameat()
1997 struct p9_req_t *req; in p9_client_xattrwalk()
2043 struct p9_req_t *req; in p9_client_xattrcreate()
2068 struct p9_req_t *req; in p9_client_readdir()
2136 struct p9_req_t *req; in p9_client_mknod_dotl()
2167 struct p9_req_t *req; in p9_client_mkdir_dotl()
2197 struct p9_req_t *req; in p9_client_lock_dotl()
2230 struct p9_req_t *req; in p9_client_getlock_dotl()
2264 struct p9_req_t *req; in p9_client_readlink()