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