Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dwl.c297 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1593 if (in_wl_tree(e, &ubi->used)) {
1596 } else if (in_wl_tree(e, &ubi->scrub)) {
1599 } else if (in_wl_tree(e, &ubi->erroneous)) {
1647 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1648 in_wl_tree(e, &ubi->erroneous)) {
1666 if (in_wl_tree(e, &ubi->used)) {
2095 if (in_wl_tree(e, root))