p9_trans_module
struct p9_trans_module *trans_mod;
struct p9_trans_module *trans_mod;
void v9fs_register_trans(struct p9_trans_module *m);
void v9fs_unregister_trans(struct p9_trans_module *m);
struct p9_trans_module *v9fs_get_trans_by_name(const char *s);
struct p9_trans_module *v9fs_get_default_trans(void);
void v9fs_put_trans(struct p9_trans_module *m);
struct p9_trans_module *v9fs_get_trans_by_name(const char *s)
struct p9_trans_module *found = NULL;
struct p9_trans_module *v9fs_get_default_trans(void)
struct p9_trans_module *t, *found = NULL;
void v9fs_put_trans(struct p9_trans_module *m)
void v9fs_register_trans(struct p9_trans_module *m)
void v9fs_unregister_trans(struct p9_trans_module *m)
static struct p9_trans_module *_p9_get_trans_by_name(const char *s)
struct p9_trans_module *t, *found = NULL;
static struct p9_trans_module p9_unix_trans = {
static struct p9_trans_module p9_fd_trans = {
static struct p9_trans_module p9_tcp_trans;
static struct p9_trans_module p9_fd_trans;
static struct p9_trans_module p9_tcp_trans = {
static struct p9_trans_module p9_rdma_trans = {
static struct p9_trans_module p9_usbg_trans = {
static struct p9_trans_module p9_virtio_trans = {
static struct p9_trans_module p9_xen_trans = {