Searched refs:erase_pending_list (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Derase.c54 list_move(&jeb->list, &c->erase_pending_list);
84 D1(printk(KERN_DEBUG "Erase at 0x%08x failed: %d. Refiling on erase_pending_list\n", jeb->offset, ret));
86 list_move(&jeb->list, &c->erase_pending_list);
111 !list_empty(&c->erase_pending_list)) {
124 } else if (!list_empty(&c->erase_pending_list)) {
125 jeb = list_entry(c->erase_pending_list.next, struct jffs2_eraseblock, list);
176 list_move(&jeb->list, &c->erase_pending_list);
H A Djffs2_fs_sb.h88 struct list_head erase_pending_list; /* Blocks which need erasing now */ member in struct:jffs2_sb_info
H A Dbuild.c338 INIT_LIST_HEAD(&c->erase_pending_list);
H A Dscan.c165 list_add(&jeb->list, &c->erase_pending_list);
177 D1(printk(KERN_DEBUG "Adding all-dirty block at 0x%08x to erase_pending_list\n", jeb->offset));
178 list_add(&jeb->list, &c->erase_pending_list);
217 list_add(&jeb->list, &c->erase_pending_list);
1122 rotate_list((&c->erase_pending_list), rotateby);
H A Dnodemgmt.c64 * dirty_size contains blocks on erase_pending_list
217 list_move_tail(&ejeb->list, &c->erase_pending_list);
240 list_empty(&c->erasing_list)?"yes":"no", list_empty(&c->erase_pending_list)?"yes":"no");
596 D1(printk(KERN_DEBUG "...and adding to erase_pending_list\n"));
597 list_add_tail(&jeb->list, &c->erase_pending_list);
635 and potentially put its eraseblock onto the erase_pending_list. Thus, we know that
723 /* dirty_size contains blocks on erase_pending_list
H A Dwbuf.c121 D1(printk(KERN_DEBUG "...and adding to erase_pending_list\n"));
122 list_add_tail(&jeb->list, &c->erase_pending_list);
152 D1(printk("Refiling block at %08x to erase_pending_list\n", jeb->offset));
153 list_add(&jeb->list, &c->erase_pending_list);
502 D1(printk(KERN_DEBUG "Failing block at %08x is now empty. Moving to erase_pending_list\n", jeb->offset));
503 list_move(&jeb->list, &c->erase_pending_list);
632 /* Stick any now-obsoleted blocks on the erase_pending_list */
H A Ddebug.c435 if (list_empty(&c->erase_pending_list)) {
436 printk(JFFS2_DBG "erase_pending_list: empty\n");
440 list_for_each(this, &c->erase_pending_list) {
444 printk(JFFS2_DBG "erase_pending_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dgc.c419 D1(printk(KERN_DEBUG "Block at 0x%08x completely obsoleted by GC. Moving to erase_pending_list\n", c->gcblock->offset));
421 list_add_tail(&c->gcblock->list, &c->erase_pending_list);

Completed in 109 milliseconds