Lines Matching refs:ubifs_znode
40 struct ubifs_znode *ubifs_tnc_levelorder_next(struct ubifs_znode *zr, in ubifs_tnc_levelorder_next()
41 struct ubifs_znode *znode) in ubifs_tnc_levelorder_next()
44 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next()
136 const struct ubifs_znode *znode, in ubifs_search_zbranch()
179 struct ubifs_znode *ubifs_tnc_postorder_first(struct ubifs_znode *znode) in ubifs_tnc_postorder_first()
185 struct ubifs_znode *child; in ubifs_tnc_postorder_first()
203 struct ubifs_znode *ubifs_tnc_postorder_next(struct ubifs_znode *znode) in ubifs_tnc_postorder_next()
205 struct ubifs_znode *zn; in ubifs_tnc_postorder_next()
228 long ubifs_destroy_tnc_subtree(struct ubifs_znode *znode) in ubifs_destroy_tnc_subtree()
230 struct ubifs_znode *zn = ubifs_tnc_postorder_first(znode); in ubifs_destroy_tnc_subtree()
274 struct ubifs_znode *znode) in read_znode()
406 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
408 struct ubifs_znode *parent, int iip) in ubifs_load_znode()
411 struct ubifs_znode *znode; in ubifs_load_znode()