Lines Matching defs:next
177 struct rb_node *next;
182 next = tn_root->rb_node;
184 while (next) {
185 tn = rb_entry(next, struct jffs2_tmp_dnode_info, rb);
188 next = tn->rb.rb_right;
190 next = tn->rb.rb_left;
303 struct jffs2_tmp_dnode_info *next = tn_next(this);
311 this = next;
546 struct jffs2_tmp_dnode_info *tn, *next;
548 rbtree_postorder_for_each_entry_safe(tn, next, list, rb) {
558 struct jffs2_full_dirent *next;
561 next = fd->next;
563 fd = next;
694 fd->next = NULL;
1010 we find the next valid node first, before processing 'ref'.
1032 * up to the next min. I/O unit, in order not to
1436 fds = fd->next;