Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dwl.c236 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1276 if (in_wl_tree(e, &ubi->used)) {
1279 } else if (in_wl_tree(e, &ubi->scrub)) {
1282 } else if (in_wl_tree(e, &ubi->erroneous)) {
1332 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1333 in_wl_tree(e, &ubi->erroneous)) {
1351 if (in_wl_tree(e, &ubi->used)) {
1441 if (in_wl_tree(e, &ubi->scrub))
1443 else if (in_wl_tree(e, &ubi->erroneous))
1548 } else if (in_wl_tree(e, &ubi->used)) {
[all …]