|
Linux Kernel
3.7.1
|
#include <transport.h>
Data Fields | |
| struct list_head | list |
| char * | name |
| int | maxsize |
| int | def |
| struct module * | owner |
| int(* | create )(struct p9_client *, const char *, char *) |
| void(* | close )(struct p9_client *) |
| int(* | request )(struct p9_client *, struct p9_req_t *req) |
| int(* | cancel )(struct p9_client *, struct p9_req_t *req) |
| int(* | zc_request )(struct p9_client *, struct p9_req_t *, char *, char *, int, int, int, int) |
Definition at line 48 of file transport.h.
Definition at line 55 of file transport.h.
| int def |
Definition at line 52 of file transport.h.
Definition at line 49 of file transport.h.
| int maxsize |
Definition at line 51 of file transport.h.
| char* name |
Definition at line 50 of file transport.h.
Definition at line 53 of file transport.h.
Definition at line 58 of file transport.h.
1.8.2