Lines Matching defs:c
209 p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) in p9_tag_alloc()
287 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
313 static int p9_tag_init(struct p9_client *c) in p9_tag_init()
339 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
380 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
396 void p9_client_cb(struct p9_client *c, struct p9_req_t *req) in p9_client_cb()
464 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
527 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
639 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
667 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
718 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc()
793 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
912 static int p9_client_version(struct p9_client *c) in p9_client_version()