Lines Matching refs:ubifs_znode
31 struct ubifs_znode *ubifs_tnc_levelorder_next(struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
32 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
35 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
127 const struct ubifs_znode *znode, in ubifs_search_zbranch()
170 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
176 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
194 struct ubifs_znode *ubifs_tnc_postorder_next(struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
196 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
219 long ubifs_destroy_tnc_subtree(struct ubifs_znode *znode) in ubifs_destroy_tnc_subtree()
221 struct ubifs_znode *zn = ubifs_tnc_postorder_first(znode); in ubifs_destroy_tnc_subtree()
265 struct ubifs_znode *znode) in read_znode()
397 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
399 struct ubifs_znode *parent, int iip) in ubifs_load_znode()
402 struct ubifs_znode *znode; in ubifs_load_znode()