Searched refs:tn_next (Results 1 – 2 of 2) sorted by relevance
303 struct jffs2_tmp_dnode_info *next = tn_next(this); in jffs2_add_tn_to_tree()332 this = tn_next(this); in jffs2_add_tn_to_tree()385 this = tn_next(tn); in jffs2_add_tn_to_tree()391 this = tn_next(this); in jffs2_add_tn_to_tree()875 tn = tn_next(tn); in read_dnode()
354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) macro