Home
last modified time | relevance | path

Searched defs:ubifs_znode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dubifs.h786 struct ubifs_znode { struct
790 int ciip;
791 unsigned long flags;
792 time64_t time;
793 int level;
794 int child_cnt;
795 int iip;
796 int alt;
797 int lnum;
798 int offs;
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h1369 struct ubifs_znode { struct
1371 struct ubifs_znode *cnext; argument
1372 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;
[all …]