Searched refs:in_wl_tree (Results 1 – 1 of 1) sorted by relevance
/drivers/mtd/ubi/ |
D | wl.c | 236 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function 1305 if (in_wl_tree(e, &ubi->used)) { 1308 } else if (in_wl_tree(e, &ubi->scrub)) { 1311 } else if (in_wl_tree(e, &ubi->erroneous)) { 1361 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || 1362 in_wl_tree(e, &ubi->erroneous)) { 1380 if (in_wl_tree(e, &ubi->used)) { 1470 if (in_wl_tree(e, &ubi->scrub)) 1472 else if (in_wl_tree(e, &ubi->erroneous)) 1577 } else if (in_wl_tree(e, &ubi->used)) { [all …]
|