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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_sb.h89 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.c360 INIT_LIST_HEAD(&c->erasable_pending_wbuf_list);
H A Ddebug.c214 list_for_each_entry(jeb, &c->erasable_pending_wbuf_list, list) {
607 if (list_empty(&c->erasable_pending_wbuf_list)) {
608 printk(JFFS2_DBG "erasable_pending_wbuf_list: empty\n");
612 list_for_each(this, &c->erasable_pending_wbuf_list) {
616 printk(JFFS2_DBG "erasable_pending_wbuf_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dnodemgmt.c238 !list_empty(&c->erasable_pending_wbuf_list)) {
616 D1(printk(KERN_DEBUG "...and adding to erasable_pending_wbuf_list\n"));
617 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.c82 } else if (!list_empty(&c->erasable_pending_wbuf_list)) {
84 D1(printk(KERN_DEBUG "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h89 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.c360 INIT_LIST_HEAD(&c->erasable_pending_wbuf_list);
H A Ddebug.c214 list_for_each_entry(jeb, &c->erasable_pending_wbuf_list, list) {
607 if (list_empty(&c->erasable_pending_wbuf_list)) {
608 printk(JFFS2_DBG "erasable_pending_wbuf_list: empty\n");
612 list_for_each(this, &c->erasable_pending_wbuf_list) {
616 printk(JFFS2_DBG "erasable_pending_wbuf_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dnodemgmt.c238 !list_empty(&c->erasable_pending_wbuf_list)) {
616 D1(printk(KERN_DEBUG "...and adding to erasable_pending_wbuf_list\n"));
617 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.c82 } else if (!list_empty(&c->erasable_pending_wbuf_list)) {
84 D1(printk(KERN_DEBUG "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n"));

Completed in 182 milliseconds