Searched refs:p9_trans_module (Results 1 – 7 of 7) sorted by relevance
65 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()78 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()86 static struct p9_trans_module *_p9_get_trans_by_name(char *s) in _p9_get_trans_by_name()88 struct p9_trans_module *t, *found = NULL; in _p9_get_trans_by_name()109 struct p9_trans_module *v9fs_get_trans_by_name(char *s) in v9fs_get_trans_by_name()111 struct p9_trans_module *found = NULL; in v9fs_get_trans_by_name()131 struct p9_trans_module *v9fs_get_default_trans(void) in v9fs_get_default_trans()133 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans()160 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
38 static struct p9_trans_module p9_tcp_trans;39 static struct p9_trans_module p9_fd_trans;1081 static struct p9_trans_module p9_tcp_trans = {1094 static struct p9_trans_module p9_unix_trans = {1107 static struct p9_trans_module p9_fd_trans = {
246 static struct p9_trans_module p9_xen_trans = {
739 static struct p9_trans_module p9_rdma_trans = {
755 static struct p9_trans_module p9_virtio_trans = {
37 struct p9_trans_module { struct55 void v9fs_register_trans(struct p9_trans_module *m); argument56 void v9fs_unregister_trans(struct p9_trans_module *m);57 struct p9_trans_module *v9fs_get_trans_by_name(char *s);58 struct p9_trans_module *v9fs_get_default_trans(void);59 void v9fs_put_trans(struct p9_trans_module *m);
105 struct p9_trans_module *trans_mod;
Completed in 36 milliseconds