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

Data Fields

union {
   struct {
      char *   start
 
      char *   end
 
      char *   prepared
 
      char *   buf
 
      int   buf_len
 
      int   reversed:1
 
      int   virtual_mem:1
 
      char   inline_buf []
 
   } 
 
   char   pad [PAGE_SIZE]
 
}; 
 

Detailed Description

Definition at line 48 of file send.c.

Field Documentation

union { ... }

Definition at line 55 of file send.c.

int buf_len

Definition at line 56 of file send.c.

char* end

Definition at line 52 of file send.c.

char inline_buf[]

Definition at line 59 of file send.c.

Definition at line 61 of file send.c.

char* prepared

Definition at line 53 of file send.c.

int reversed

Definition at line 57 of file send.c.

char* start

Definition at line 51 of file send.c.

int virtual_mem

Definition at line 58 of file send.c.


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