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_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
struct ubifs_cnode* cnext |
struct ubifs_nnode* parent |