Lines Matching defs:ubifs_znode
777 struct ubifs_znode { struct778 struct ubifs_znode *parent; argument779 struct ubifs_znode *cnext; argument780 unsigned long flags;781 unsigned long time;782 int level;783 int child_cnt;784 int iip;785 int alt;786 int lnum;787 int offs;788 int len;789 struct ubifs_zbranch zbranch[];