Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
struct ubifs_nnode * | parent |
struct ubifs_cnode * | cnext |
unsigned long | flags |
int | iip |
int | level |
int | num |
struct ubifs_nbranch | nbranch [UBIFS_LPT_FANOUT] |
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
struct ubifs_cnode* cnext |
struct ubifs_nbranch nbranch[UBIFS_LPT_FANOUT] |
struct ubifs_nnode* parent |