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

#include <ubifs.h>

Data Fields

struct ubifs_nnodeparent
 
struct ubifs_cnodecnext
 
unsigned long flags
 
int iip
 
int level
 
int num
 

Detailed Description

struct ubifs_cnode - LEB Properties Tree common node. : parent nnode : next cnode to commit : flags (DIRTY_LPT_NODE or OBSOLETE_LPT_NODE) : index in parent : level in the tree (zero for pnodes, greater than zero for nnodes) : node number

Definition at line 542 of file ubifs.h.

Field Documentation

Definition at line 544 of file ubifs.h.

unsigned long flags

Definition at line 545 of file ubifs.h.

int iip

Definition at line 546 of file ubifs.h.

int level

Definition at line 547 of file ubifs.h.

int num

Definition at line 548 of file ubifs.h.

Definition at line 543 of file ubifs.h.


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