Searched refs:v9fs_transport (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dmux.c78 struct v9fs_transport *trans;
275 struct v9fs_mux_data *v9fs_mux_init(struct v9fs_transport *trans, int msize,
H A Dmux.h45 struct v9fs_mux_data *v9fs_mux_init(struct v9fs_transport *trans, int msize,
H A Dtrans_fd.c58 static int v9fs_fd_read(struct v9fs_transport *trans, void *v, int len)
82 static int v9fs_fd_write(struct v9fs_transport *trans, void *v, int len)
106 v9fs_fd_poll(struct v9fs_transport *trans, struct poll_table_struct *pt)
144 struct v9fs_transport *trans = v9ses->transport;
266 static void v9fs_fd_close(struct v9fs_transport *trans)
286 struct v9fs_transport v9fs_trans_fd = {
294 struct v9fs_transport v9fs_trans_tcp = {
302 struct v9fs_transport v9fs_trans_unix = {
H A Dtransport.h32 struct v9fs_transport { struct
37 int (*write) (struct v9fs_transport *, void *, int);
38 int (*read) (struct v9fs_transport *, void *, int);
39 void (*close) (struct v9fs_transport *);
40 unsigned int (*poll)(struct v9fs_transport *, struct poll_table_struct *);
43 extern struct v9fs_transport v9fs_trans_tcp;
44 extern struct v9fs_transport v9fs_trans_unix;
45 extern struct v9fs_transport v9fs_trans_fd;
H A Dv9fs.c260 struct v9fs_transport *trans_proto;
H A Dv9fs.h60 struct v9fs_transport *transport;

Completed in 96 milliseconds