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

Data Fields

union {
   struct ubifs_nnode   nnode
 
   struct ubifs_pnode   pnode
 
   struct ubifs_cnode   cnode
 
}; 
 
int in_tree
 
union {
   struct ubifs_nnode *   nnode
 
   struct ubifs_pnode *   pnode
 
   struct ubifs_cnode *   cnode
 
ptr
 

Detailed Description

struct lpt_scan_node - somewhere to put nodes while we scan LPT. : where to keep a nnode : where to keep a pnode : where to keep a cnode : is the node in the tree in memory .nnode: pointer to the nnode (if it is an nnode) which may be here or in the tree .pnode: ditto for pnode .cnode: ditto for cnode

Definition at line 1770 of file lpt.c.

Field Documentation

union { ... }

Definition at line 1774 of file lpt.c.

Definition at line 1780 of file lpt.c.

int in_tree

Definition at line 1776 of file lpt.c.

Definition at line 1772 of file lpt.c.

Definition at line 1778 of file lpt.c.

Definition at line 1773 of file lpt.c.

Definition at line 1779 of file lpt.c.

union { ... } ptr

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