Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/9p/
Dtransport.h52 struct p9_trans_module { struct
68 void v9fs_register_trans(struct p9_trans_module *m); argument
69 void v9fs_unregister_trans(struct p9_trans_module *m);
70 struct p9_trans_module *v9fs_get_trans_by_name(char *s);
71 struct p9_trans_module *v9fs_get_default_trans(void);
72 void v9fs_put_trans(struct p9_trans_module *m);
Dclient.h156 struct p9_trans_module *trans_mod;
/Linux-v4.19/net/9p/
Dmod.c84 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()
97 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()
110 struct p9_trans_module *v9fs_get_trans_by_name(char *s) in v9fs_get_trans_by_name()
112 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name()
133 struct p9_trans_module *v9fs_get_default_trans(void) in v9fs_get_default_trans()
135 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans()
162 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
Dtrans_fd.c55 static struct p9_trans_module p9_tcp_trans;
56 static struct p9_trans_module p9_fd_trans;
1053 static struct p9_trans_module p9_tcp_trans = {
1066 static struct p9_trans_module p9_unix_trans = {
1079 static struct p9_trans_module p9_fd_trans = {
Dtrans_xen.c267 static struct p9_trans_module p9_xen_trans = {
Dtrans_virtio.c746 static struct p9_trans_module p9_virtio_trans = {
Dtrans_rdma.c752 static struct p9_trans_module p9_rdma_trans = {