Symbol: p9_trans_module
include/net/9p/client.h
112
struct p9_trans_module *trans_mod;
include/net/9p/client.h
147
struct p9_trans_module *trans_mod;
include/net/9p/transport.h
71
void v9fs_register_trans(struct p9_trans_module *m);
include/net/9p/transport.h
72
void v9fs_unregister_trans(struct p9_trans_module *m);
include/net/9p/transport.h
73
struct p9_trans_module *v9fs_get_trans_by_name(const char *s);
include/net/9p/transport.h
74
struct p9_trans_module *v9fs_get_default_trans(void);
include/net/9p/transport.h
75
void v9fs_put_trans(struct p9_trans_module *m);
net/9p/mod.c
108
struct p9_trans_module *v9fs_get_trans_by_name(const char *s)
net/9p/mod.c
110
struct p9_trans_module *found = NULL;
net/9p/mod.c
134
struct p9_trans_module *v9fs_get_default_trans(void)
net/9p/mod.c
136
struct p9_trans_module *t, *found = NULL;
net/9p/mod.c
168
void v9fs_put_trans(struct p9_trans_module *m)
net/9p/mod.c
64
void v9fs_register_trans(struct p9_trans_module *m)
net/9p/mod.c
77
void v9fs_unregister_trans(struct p9_trans_module *m)
net/9p/mod.c
85
static struct p9_trans_module *_p9_get_trans_by_name(const char *s)
net/9p/mod.c
87
struct p9_trans_module *t, *found = NULL;
net/9p/trans_fd.c
1011
static struct p9_trans_module p9_unix_trans = {
net/9p/trans_fd.c
1026
static struct p9_trans_module p9_fd_trans = {
net/9p/trans_fd.c
37
static struct p9_trans_module p9_tcp_trans;
net/9p/trans_fd.c
38
static struct p9_trans_module p9_fd_trans;
net/9p/trans_fd.c
995
static struct p9_trans_module p9_tcp_trans = {
net/9p/trans_rdma.c
634
static struct p9_trans_module p9_rdma_trans = {
net/9p/trans_usbg.c
513
static struct p9_trans_module p9_usbg_trans = {
net/9p/trans_virtio.c
788
static struct p9_trans_module p9_virtio_trans = {
net/9p/trans_xen.c
258
static struct p9_trans_module p9_xen_trans = {