Lines Matching refs:next
50 /* Pick an eraseblock to garbage collect next. This is where we'll
56 jffs2_dbg(1, "Picking block from bad_used_list to GC next\n");
61 jffs2_dbg(1, "Picking block from erasable_list to GC next\n");
65 jffs2_dbg(1, "Picking block from very_dirty_list to GC next\n");
68 jffs2_dbg(1, "Picking block from dirty_list to GC next\n");
71 jffs2_dbg(1, "Picking block from clean_list to GC next\n");
74 jffs2_dbg(1, "Picking block from dirty_list to GC next (clean_list was empty)\n");
78 jffs2_dbg(1, "Picking block from very_dirty_list to GC next (clean_list and dirty_list were empty)\n");
81 jffs2_dbg(1, "Picking block from erasable_list to GC next (clean_list and {very_,}dirty_list were empty)\n");
97 ret = list_entry(nextlist->next, struct jffs2_eraseblock, list);
159 for (ic = c->inocache_list[bucket]; ic; ic = ic->next) {
186 /* For next time round the loop, we want c->checked_ino to indicate
187 * the *next* one we want to check. And since we're walking the
413 again by the time we next enter this function? And that this happens
566 for (fd = f->dents; fd; fd=fd->next) {
999 *fdp = fd->next;
1002 fdp = &(*fdp)->next;