Searched refs:erasing_list (Results 1 - 10 of 10) 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.h90 struct list_head erasing_list; /* Blocks which are currently erasing */ member in struct:jffs2_sb_info
98 spinlock_t erase_completion_lock; /* Protect free_list and erasing_list
H A Dbuild.c357 INIT_LIST_HEAD(&c->erasing_list);
H A Ddebug.c247 list_for_each_entry(jeb, &c->erasing_list, list) {
560 if (list_empty(&c->erasing_list)) {
561 printk(JFFS2_DBG "erasing_list: empty\n");
565 list_for_each(this, &c->erasing_list) {
569 printk(JFFS2_DBG "erasing_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Derase.c143 list_add(&jeb->list, &c->erasing_list);
H A Dnodemgmt.c253 list_empty(&c->erasing_list)?"yes":"no", list_empty(&c->erase_pending_list)?"yes":"no");
/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.h90 struct list_head erasing_list; /* Blocks which are currently erasing */ member in struct:jffs2_sb_info
98 spinlock_t erase_completion_lock; /* Protect free_list and erasing_list
H A Dbuild.c357 INIT_LIST_HEAD(&c->erasing_list);
H A Ddebug.c247 list_for_each_entry(jeb, &c->erasing_list, list) {
560 if (list_empty(&c->erasing_list)) {
561 printk(JFFS2_DBG "erasing_list: empty\n");
565 list_for_each(this, &c->erasing_list) {
569 printk(JFFS2_DBG "erasing_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Derase.c143 list_add(&jeb->list, &c->erasing_list);
H A Dnodemgmt.c253 list_empty(&c->erasing_list)?"yes":"no", list_empty(&c->erase_pending_list)?"yes":"no");

Completed in 200 milliseconds