Searched refs:free_list (Results 1 – 6 of 6) sorted by relevance
107 struct list_head free_list; /* Blocks which are free and ready to be used */ member
232 list_for_each_entry(jeb, &c->free_list, list) { in __jffs2_dbg_superblock_counts()645 if (list_empty(&c->free_list)) { in __jffs2_dbg_dump_block_lists_nolock()650 list_for_each(this, &c->free_list) { in __jffs2_dbg_dump_block_lists_nolock()
286 if (list_empty(&c->free_list)) { in jffs2_find_nextblock()334 next = c->free_list.next; in jffs2_find_nextblock()
406 INIT_LIST_HEAD(&c->free_list); in jffs2_do_mount_fs()
463 list_move_tail(&jeb->list, &c->free_list); in jffs2_mark_erased_block()
178 list_add(&jeb->list, &c->free_list); in jffs2_scan_medium()1179 rotate_list((&c->free_list), rotateby); in jffs2_rotate_lists()