Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
p9_trans_fd Struct Reference

Data Fields

struct filerd
 
struct filewr
 
struct p9_connconn
 

Detailed Description

struct p9_trans_fd - transport state : reference to file to read from : reference of file to write to : connection state reference

Definition at line 76 of file trans_fd.c.

Field Documentation

struct p9_conn* conn

Definition at line 79 of file trans_fd.c.

struct file* rd

Definition at line 77 of file trans_fd.c.

struct file* wr

Definition at line 78 of file trans_fd.c.


The documentation for this struct was generated from the following file: