Lines Matching refs:ubifs_znode
41 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
42 struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
43 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
46 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
138 const struct ubifs_znode *znode, in ubifs_search_zbranch()
181 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
187 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
206 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
207 struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
209 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
234 struct ubifs_znode *znode) in ubifs_destroy_tnc_subtree()
236 struct ubifs_znode *zn = ubifs_tnc_postorder_first(znode); in ubifs_destroy_tnc_subtree()
280 struct ubifs_znode *znode) in read_znode()
412 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
414 struct ubifs_znode *parent, int iip) in ubifs_load_znode()
417 struct ubifs_znode *znode; in ubifs_load_znode()