Lines Matching defs:ubifs_znode
1370 struct ubifs_znode { struct1371 struct ubifs_znode *parent; argument1372 struct ubifs_znode *cnext; argument1373 unsigned long flags;1374 unsigned long time;1375 int level;1376 int child_cnt;1377 int iip;1378 int alt;1379 int lnum;1380 int offs;1381 int len;1382 struct ubifs_zbranch zbranch[];