Lines Matching refs:p9_client
116 struct p9_client *client;
224 p9_fd_poll(struct p9_client *client, struct poll_table_struct *pt, int *err) in p9_fd_poll()
252 static int p9_fd_read(struct p9_client *client, void *v, int len) in p9_fd_read()
420 static int p9_fd_write(struct p9_client *client, void *v, int len) in p9_fd_write()
585 static void p9_conn_create(struct p9_client *client) in p9_conn_create()
667 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
694 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
715 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
743 static int p9_fd_show_options(struct seq_file *m, struct p9_client *clnt) in p9_fd_show_options()
824 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open()
859 static int p9_socket_open(struct p9_client *client, struct socket *csocket) in p9_socket_open()
924 static void p9_fd_close(struct p9_client *client) in p9_fd_close()
983 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) in p9_fd_create_tcp()
1036 p9_fd_create_unix(struct p9_client *client, const char *addr, char *args) in p9_fd_create_unix()
1076 p9_fd_create(struct p9_client *client, const char *addr, char *args) in p9_fd_create()