Lines Matching refs:ubifs_znode
32 struct ubifs_znode *ubifs_tnc_levelorder_next(struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
33 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
36 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
128 const struct ubifs_znode *znode, in ubifs_search_zbranch()
171 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
177 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
195 struct ubifs_znode *ubifs_tnc_postorder_next(struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
197 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
220 long ubifs_destroy_tnc_subtree(struct ubifs_znode *znode) in ubifs_destroy_tnc_subtree()
222 struct ubifs_znode *zn = ubifs_tnc_postorder_first(znode); in ubifs_destroy_tnc_subtree()
266 struct ubifs_znode *znode) in read_znode()
398 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
400 struct ubifs_znode *parent, int iip) in ubifs_load_znode()
403 struct ubifs_znode *znode; in ubifs_load_znode()