Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dwl.c241 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1243 if (in_wl_tree(e, &ubi->used)) {
1246 } else if (in_wl_tree(e, &ubi->scrub)) {
1249 } else if (in_wl_tree(e, &ubi->erroneous)) {
1299 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1300 in_wl_tree(e, &ubi->erroneous)) {
1318 if (in_wl_tree(e, &ubi->used)) {
1754 if (in_wl_tree(e, root))