Searched refs:p9_trans_module (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/9p/
H A Dtransport.h18 * struct p9_trans_module - transport module interface
41 struct p9_trans_module { struct
60 void v9fs_register_trans(struct p9_trans_module *m);
61 void v9fs_unregister_trans(struct p9_trans_module *m);
62 struct p9_trans_module *v9fs_get_trans_by_name(const char *s);
63 struct p9_trans_module *v9fs_get_default_trans(void);
64 void v9fs_put_trans(struct p9_trans_module *m);
H A Dclient.h106 struct p9_trans_module *trans_mod;
/linux-master/net/9p/
H A Dmod.c65 void v9fs_register_trans(struct p9_trans_module *m)
78 void v9fs_unregister_trans(struct p9_trans_module *m)
86 static struct p9_trans_module *_p9_get_trans_by_name(const char *s)
88 struct p9_trans_module *t, *found = NULL;
109 struct p9_trans_module *v9fs_get_trans_by_name(const char *s)
111 struct p9_trans_module *found = NULL;
135 struct p9_trans_module *v9fs_get_default_trans(void)
137 struct p9_trans_module *t, *found = NULL;
169 void v9fs_put_trans(struct p9_trans_module *m)
H A Dtrans_fd.c37 static struct p9_trans_module p9_tcp_trans;
38 static struct p9_trans_module p9_fd_trans;
1111 static struct p9_trans_module p9_tcp_trans = {
1126 static struct p9_trans_module p9_unix_trans = {
1140 static struct p9_trans_module p9_fd_trans = {
H A Dtrans_rdma.c747 static struct p9_trans_module p9_rdma_trans = {
H A Dtrans_virtio.c790 static struct p9_trans_module p9_virtio_trans = {
H A Dtrans_xen.c256 static struct p9_trans_module p9_xen_trans = {

Completed in 138 milliseconds