Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dattach.c123 } else if (list == &ai->alien) { in add_to_list()
1020 ec, 0, &ai->alien); in scan_peb()
1168 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1309 INIT_LIST_HEAD(&ai->alien); in alloc_ai()
1728 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()
H A Dubi.h729 struct list_head alien; member