Searched refs:erasable_pending_wbuf_list (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h86 struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the current wbuf is flushed */ member in struct:jffs2_sb_info
H A Dbuild.c339 INIT_LIST_HEAD(&c->erasable_pending_wbuf_list);
H A Ddebug.c451 if (list_empty(&c->erasable_pending_wbuf_list)) {
452 printk(JFFS2_DBG "erasable_pending_wbuf_list: empty\n");
456 list_for_each(this, &c->erasable_pending_wbuf_list) {
460 printk(JFFS2_DBG "erasable_pending_wbuf_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dnodemgmt.c225 !list_empty(&c->erasable_pending_wbuf_list)) {
590 D1(printk(KERN_DEBUG "...and adding to erasable_pending_wbuf_list\n"));
591 list_add_tail(&jeb->list, &c->erasable_pending_wbuf_list);
H A Dwbuf.c110 if (list_empty(&c->erasable_pending_wbuf_list))
113 list_for_each_safe(this, next, &c->erasable_pending_wbuf_list) {
116 D1(printk(KERN_DEBUG "Removing eraseblock at 0x%08x from erasable_pending_wbuf_list...\n", jeb->offset));
H A Dgc.c81 } else if (!list_empty(&c->erasable_pending_wbuf_list)) {
83 D1(printk(KERN_DEBUG "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n"));

Completed in 109 milliseconds