Searched refs:alien (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dattach.c219 * eraseblock @pnum and adds it to the "free", "erase", or "alien" lists.
238 } else if (list == &ai->alien) {
239 dbg_bld("add to alien: PEB %d, EC %d", pnum, ec);
1159 ec, 0, &ai->alien);
1317 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) {
1461 INIT_LIST_HEAD(&ai->alien);
1889 list_for_each_entry(aeb, &ai->alien, u.list)
H A Dubi.h729 * @alien: list of physical eraseblocks which should not be used by UBI (e.g.,
736 * @alien_peb_count: count of PEBs in the @alien list
764 struct list_head alien; member in struct:ubi_attach_info

Completed in 151 milliseconds