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

#include <ubifs.h>

Data Fields

union ubifs_key key
 
union {
   struct ubifs_znode *   znode
 
   void *   leaf
 
}; 
 
int lnum
 
int offs
 
int len
 

Detailed Description

struct ubifs_zbranch - key/coordinate/length branch stored in znodes. : key : znode address in memory : LEB number of the target node (indexing node or data node) : target node offset within : target node length

Definition at line 736 of file ubifs.h.

Field Documentation

union { ... }
union ubifs_key key

Definition at line 737 of file ubifs.h.

Definition at line 740 of file ubifs.h.

int len

Definition at line 744 of file ubifs.h.

int lnum

Definition at line 742 of file ubifs.h.

int offs

Definition at line 743 of file ubifs.h.

Definition at line 739 of file ubifs.h.


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