|
Linux Kernel
3.7.1
|
Data Fields | |
| union { | |
| struct ubifs_nnode nnode | |
| struct ubifs_pnode pnode | |
| struct ubifs_cnode cnode | |
| }; | |
| int | in_tree |
| union { | |
| struct ubifs_nnode * nnode | |
| struct ubifs_pnode * pnode | |
| struct ubifs_cnode * cnode | |
| } | ptr |
struct lpt_scan_node - somewhere to put nodes while we scan LPT. : where to keep a nnode : where to keep a pnode : where to keep a cnode : is the node in the tree in memory .nnode: pointer to the nnode (if it is an nnode) which may be here or in the tree .pnode: ditto for pnode .cnode: ditto for cnode
| union { ... } |
| struct ubifs_cnode cnode |
| struct ubifs_cnode* cnode |
| struct ubifs_nnode nnode |
| struct ubifs_nnode* nnode |
| struct ubifs_pnode pnode |
| struct ubifs_pnode* pnode |
| union { ... } ptr |
1.8.2