struct ubifs_znode - in-memory representation of an indexing node. : parent znode or NULL if it is the root : next znode to commit : znode flags (DIRTY_ZNODE, COW_ZNODE or OBSOLETE_ZNODE) : last access time (seconds) : level of the entry in the TNC tree : count of child znodes : index in parent's zbranch array : lower bound of key range has altered i.e. child inserted at slot 0 : LEB number of the corresponding indexing node : offset of the corresponding indexing node : length of the corresponding indexing node : array of znode branches (
->fanout elements)
Note! The , , and fields are not really needed - we have them only for internal consistency check. They could be removed to save some RAM.
Definition at line 765 of file ubifs.h.