Lines Matching refs:ubifs_znode
29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
30 struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
31 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
126 const struct ubifs_znode *znode, in ubifs_search_zbranch()
169 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
175 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
194 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
195 struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
197 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
222 struct ubifs_znode *znode) in ubifs_destroy_tnc_subtree()
224 struct ubifs_znode *zn = ubifs_tnc_postorder_first(znode); in ubifs_destroy_tnc_subtree()
288 struct ubifs_znode *znode) in read_znode()
431 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
433 struct ubifs_znode *parent, int iip) in ubifs_load_znode()
436 struct ubifs_znode *znode; in ubifs_load_znode()