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

#include <ubifs.h>

Data Fields

struct ubifs_nnodeparent
 
struct ubifs_cnodecnext
 
unsigned long flags
 
int iip
 
int level
 
int num
 
struct ubifs_lprops lprops [UBIFS_LPT_FANOUT]
 

Detailed Description

struct ubifs_pnode - LEB Properties Tree leaf node. : parent nnode : next cnode to commit : flags (DIRTY_LPT_NODE or OBSOLETE_LPT_NODE) : index in parent : level in the tree (always zero for pnodes) : node number : LEB properties array

Definition at line 561 of file ubifs.h.

Field Documentation

Definition at line 563 of file ubifs.h.

unsigned long flags

Definition at line 564 of file ubifs.h.

int iip

Definition at line 565 of file ubifs.h.

int level

Definition at line 566 of file ubifs.h.

Definition at line 568 of file ubifs.h.

int num

Definition at line 567 of file ubifs.h.

Definition at line 562 of file ubifs.h.


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