p9_trans_module    50 include/net/9p/client.h 	struct p9_trans_module *trans_mod;
p9_trans_module   101 include/net/9p/transport.h struct p9_trans_module *v9fs_get_trans_by_name(const substring_t *name);
p9_trans_module   102 include/net/9p/transport.h struct p9_trans_module *v9fs_get_default_trans(void);
p9_trans_module    82 net/9p/mod.c   struct p9_trans_module *v9fs_get_trans_by_name(const substring_t *name)
p9_trans_module    84 net/9p/mod.c   	struct p9_trans_module *t, *found = NULL;
p9_trans_module   105 net/9p/mod.c   struct p9_trans_module *v9fs_get_default_trans(void)
p9_trans_module   107 net/9p/mod.c   	struct p9_trans_module *t, *found = NULL;
p9_trans_module  1579 net/9p/trans_fd.c static struct p9_trans_module p9_tcp_trans = {
p9_trans_module  1587 net/9p/trans_fd.c static struct p9_trans_module p9_unix_trans = {
p9_trans_module  1595 net/9p/trans_fd.c static struct p9_trans_module p9_fd_trans = {
p9_trans_module   526 net/9p/trans_virtio.c static struct p9_trans_module p9_virtio_trans = {