Lines Matching refs:client
78 struct p9_client *client; member
88 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel() argument
93 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create() argument
103 priv->client = client; in p9_xen_create()
112 static void p9_xen_close(struct p9_client *client) in p9_xen_close() argument
118 if (priv->client == client) { in p9_xen_close()
119 priv->client = NULL; in p9_xen_close()
139 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request() argument
150 if (priv->client == client) in p9_xen_request()
189 p9_req_put(client, p9_req); in p9_xen_request()
225 req = p9_tag_lookup(priv->client, h.tag); in p9_xen_response()
259 p9_client_cb(priv->client, req, status); in p9_xen_response()
267 if (!ring || !ring->priv->client) { in xen_9pfs_front_event_handler()