Lines Matching defs:ubifs_znode
769 struct ubifs_znode { struct770 struct ubifs_znode *parent; argument771 struct ubifs_znode *cnext; argument772 unsigned long flags;773 time64_t time;774 int level;775 int child_cnt;776 int iip;777 int alt;778 int lnum;779 int offs;780 int len;781 struct ubifs_zbranch zbranch[];