Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c691 ubi_assert(!ubi->move_from && !ubi->move_to);
767 ubi->move_from = e1;
879 ubi->move_from = ubi->move_to = NULL;
929 ubi->move_from = ubi->move_to = NULL;
949 ubi->move_from = ubi->move_to = NULL;
1213 if (e == ubi->move_from) {
1299 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
H A Dubi.h589 struct ubi_wl_entry *move_from; member