Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | p9_trans_module |
Functions | |
: the human-readable name of the transport | |
struct p9_trans_module - transport module interface : used to maintain a list of currently available transports : transport provided maximum packet size : Preferences of this transport | |
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 (char *s) |
struct p9_trans_module * | v9fs_get_default_trans (void) |
void | v9fs_put_trans (struct p9_trans_module *m) |
|
read |
|
read |
void v9fs_put_trans | ( | struct p9_trans_module * | m | ) |
void v9fs_register_trans | ( | struct p9_trans_module * | m | ) |