erasable_list     397 fs/jffs2/build.c 	INIT_LIST_HEAD(&c->erasable_list);
erasable_list     208 fs/jffs2/debug.c 	list_for_each_entry(jeb, &c->erasable_list, list) {
erasable_list     566 fs/jffs2/debug.c 	if (list_empty(&c->erasable_list)) {
erasable_list     571 fs/jffs2/debug.c 		list_for_each(this, &c->erasable_list) {
erasable_list      58 fs/jffs2/gc.c  	} else if (n < 50 && !list_empty(&c->erasable_list)) {
erasable_list      62 fs/jffs2/gc.c  		nextlist = &c->erasable_list;
erasable_list      80 fs/jffs2/gc.c  	} else if (!list_empty(&c->erasable_list)) {
erasable_list      83 fs/jffs2/gc.c  		nextlist = &c->erasable_list;
erasable_list     100 fs/jffs2/jffs2_fs_sb.h 	struct list_head erasable_list;		/* Blocks which are completely dirty, and need erasing */
erasable_list     289 fs/jffs2/nodemgmt.c 			!list_empty(&c->erasable_list)) {
erasable_list     292 fs/jffs2/nodemgmt.c 			ejeb = list_entry(c->erasable_list.next, struct jffs2_eraseblock, list);
erasable_list     317 fs/jffs2/nodemgmt.c 				list_empty(&c->erasable_list) ? "yes" : "no",
erasable_list     717 fs/jffs2/nodemgmt.c 				list_add_tail(&jeb->list, &c->erasable_list);
erasable_list    1164 fs/jffs2/scan.c 	x = count_list(&c->erasable_list);
erasable_list    1167 fs/jffs2/scan.c 		rotate_list((&c->erasable_list), rotateby);
erasable_list     133 fs/jffs2/wbuf.c 			list_add_tail(&jeb->list, &c->erasable_list);