Searched defs:p9_trans_module (Results 1 – 1 of 1) sorted by relevance
50034 struct p9_trans_module { struct50035 struct list_head list;50036 char *name;50037 int maxsize;50038 int def;50039 struct module *owner;50040 int (*create)(struct p9_client *, const char *, char *);50041 void (*close)(struct p9_client *);50042 int (*request)(struct p9_client *, struct p9_req_t *);50043 int (*cancel)(struct p9_client *, struct p9_req_t *);[all …]