Home
last modified time | relevance | path

Searched refs:tn_next (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dreadinode.c303 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()
H A Dnodelist.h354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) macro