Lines Matching refs:p9_trans_fd
143 struct p9_trans_fd { struct
226 struct p9_trans_fd *ts = NULL; in p9_fd_poll()
254 struct p9_trans_fd *ts = NULL; in p9_fd_read()
422 struct p9_trans_fd *ts = NULL; in p9_fd_write()
587 struct p9_trans_fd *ts = client->trans; in p9_conn_create()
669 struct p9_trans_fd *ts = client->trans; in p9_fd_request()
695 struct p9_trans_fd *ts = client->trans; in p9_fd_cancel()
716 struct p9_trans_fd *ts = client->trans; in p9_fd_cancelled()
825 struct p9_trans_fd *ts = kzalloc(sizeof(struct p9_trans_fd), in p9_fd_open()
860 struct p9_trans_fd *p; in p9_socket_open()
863 p = kzalloc(sizeof(struct p9_trans_fd), GFP_KERNEL); in p9_socket_open()
926 struct p9_trans_fd *ts; in p9_fd_close()