Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/9p/
H A Dtransport.h37 struct p9_trans_module { struct
53 void v9fs_register_trans(struct p9_trans_module *m); argument
54 void v9fs_unregister_trans(struct p9_trans_module *m);
55 struct p9_trans_module *v9fs_get_trans_by_name(char *s);
56 struct p9_trans_module *v9fs_get_default_trans(void);
57 void v9fs_put_trans(struct p9_trans_module *m);
H A Dclient.h107 struct p9_trans_module *trans_mod;
/OK3568_Linux_fs/kernel/net/9p/
H A Dmod.c69 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()
82 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()
95 struct p9_trans_module *v9fs_get_trans_by_name(char *s) in v9fs_get_trans_by_name()
97 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name()
118 struct p9_trans_module *v9fs_get_default_trans(void) in v9fs_get_default_trans()
120 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans()
147 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
H A Dtrans_fd.c40 static struct p9_trans_module p9_tcp_trans;
41 static struct p9_trans_module p9_fd_trans;
1089 static struct p9_trans_module p9_tcp_trans = {
1102 static struct p9_trans_module p9_unix_trans = {
1115 static struct p9_trans_module p9_fd_trans = {
H A Dtrans_xen.c278 static struct p9_trans_module p9_xen_trans = {
H A Dtrans_virtio.c750 static struct p9_trans_module p9_virtio_trans = {
H A Dtrans_rdma.c739 static struct p9_trans_module p9_rdma_trans = {