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

#include <ubifs.h>

Data Fields

struct ubifs_nnodeparent
 
struct ubifs_cnodecnext
 
unsigned long flags
 
int iip
 
int level
 
int num
 
struct ubifs_nbranch nbranch [UBIFS_LPT_FANOUT]
 

Detailed Description

struct ubifs_nnode - LEB Properties Tree internal node. : parent nnode : next cnode to commit : flags (DIRTY_LPT_NODE or OBSOLETE_LPT_NODE) : index in parent : level in the tree (always greater than zero for nnodes) : node number : branches to child nodes

Definition at line 599 of file ubifs.h.

Field Documentation

Definition at line 601 of file ubifs.h.

unsigned long flags

Definition at line 602 of file ubifs.h.

int iip

Definition at line 603 of file ubifs.h.

int level

Definition at line 604 of file ubifs.h.

Definition at line 606 of file ubifs.h.

int num

Definition at line 605 of file ubifs.h.

Definition at line 600 of file ubifs.h.


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