Searched refs:ubifs_tnc_levelorder_next (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | shrinker.c | 80 znode = ubifs_tnc_levelorder_next(c, c->zroot.znode, NULL); in shrink_tnc() 127 znode = ubifs_tnc_levelorder_next(c, c->zroot.znode, znode); in shrink_tnc()
|
| H A D | tnc_misc.c | 29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next() function
|
| H A D | ubifs.h | 1861 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c,
|
| H A D | debug.c | 928 znode = ubifs_tnc_levelorder_next(c, c->zroot.znode, NULL); in ubifs_dump_tnc() 937 znode = ubifs_tnc_levelorder_next(c, c->zroot.znode, znode); in ubifs_dump_tnc()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc_misc.c | 32 struct ubifs_znode *ubifs_tnc_levelorder_next(struct ubifs_znode *zr, in ubifs_tnc_levelorder_next() function
|
| H A D | ubifs.h | 2222 struct ubifs_znode *ubifs_tnc_levelorder_next(struct ubifs_znode *zr,
|
| H A D | debug.c | 938 znode = ubifs_tnc_levelorder_next(c->zroot.znode, NULL); in ubifs_dump_tnc() 947 znode = ubifs_tnc_levelorder_next(c->zroot.znode, znode); in ubifs_dump_tnc()
|