Searched refs:in_wl_tree (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/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 1286 if (in_wl_tree(e, &ubi->used)) { 1289 } else if (in_wl_tree(e, &ubi->scrub)) { 1292 } else if (in_wl_tree(e, &ubi->erroneous)) { 1342 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || 1343 in_wl_tree(e, &ubi->erroneous)) { 1361 if (in_wl_tree(e, &ubi->used)) { 1451 if (in_wl_tree(e, &ubi->scrub)) 1453 else if (in_wl_tree(e, &ubi->erroneous)) 1558 } else if (in_wl_tree(e, &ubi->used)) { [all …]
|