Searched refs:in_wl_tree (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/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 1275 if (in_wl_tree(e, &ubi->used)) { 1278 } else if (in_wl_tree(e, &ubi->scrub)) { 1281 } else if (in_wl_tree(e, &ubi->erroneous)) { 1331 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || 1332 in_wl_tree(e, &ubi->erroneous)) { 1350 if (in_wl_tree(e, &ubi->used)) { 1440 if (in_wl_tree(e, &ubi->scrub)) 1442 else if (in_wl_tree(e, &ubi->erroneous)) 1547 } else if (in_wl_tree(e, &ubi->used)) { [all …]
|