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_lprops | lprops [UBIFS_LPT_FANOUT] |
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
struct ubifs_cnode* cnext |
struct ubifs_lprops lprops[UBIFS_LPT_FANOUT] |
struct ubifs_nnode* parent |