Lines Matching refs:jffs2_tmp_dnode_info
31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data()
150 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node()
175 static struct jffs2_tmp_dnode_info *jffs2_lookup_tn(struct rb_root *tn_root, uint32_t offset) in jffs2_lookup_tn()
178 struct jffs2_tmp_dnode_info *tn = NULL; in jffs2_lookup_tn()
185 tn = rb_entry(next, struct jffs2_tmp_dnode_info, rb); in jffs2_lookup_tn()
199 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn()
220 struct jffs2_tmp_dnode_info *tn) in jffs2_add_tn_to_tree()
223 struct jffs2_tmp_dnode_info *this, *ptn; in jffs2_add_tn_to_tree()
303 struct jffs2_tmp_dnode_info *next = tn_next(this); in jffs2_add_tn_to_tree()
340 struct jffs2_tmp_dnode_info *insert_point = NULL; in jffs2_add_tn_to_tree()
344 insert_point = rb_entry(parent, struct jffs2_tmp_dnode_info, rb); in jffs2_add_tn_to_tree()
424 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) in ver_insert()
428 struct jffs2_tmp_dnode_info *this_tn; in ver_insert()
432 this_tn = rb_entry(parent, struct jffs2_tmp_dnode_info, rb); in ver_insert()
455 struct jffs2_tmp_dnode_info *pen, *last, *this; in jffs2_build_inode_fragtree()
496 struct jffs2_tmp_dnode_info *vers_next; in jffs2_build_inode_fragtree()
546 struct jffs2_tmp_dnode_info *tn, *next; in jffs2_free_tmp_dnode_info_list()
717 struct jffs2_tmp_dnode_info *tn; in read_dnode()