Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/ubi/
H A Dwl.c236 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1312 if (in_wl_tree(e, &ubi->used)) {
1315 } else if (in_wl_tree(e, &ubi->scrub)) {
1318 } else if (in_wl_tree(e, &ubi->erroneous)) {
1368 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1369 in_wl_tree(e, &ubi->erroneous)) {
1387 if (in_wl_tree(e, &ubi->used)) {
1477 if (in_wl_tree(e, &ubi->scrub))
1479 else if (in_wl_tree(e, &ubi->erroneous))
1584 } else if (in_wl_tree(e, &ubi->used)) {
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c241 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1243 if (in_wl_tree(e, &ubi->used)) {
1246 } else if (in_wl_tree(e, &ubi->scrub)) {
1249 } else if (in_wl_tree(e, &ubi->erroneous)) {
1299 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1300 in_wl_tree(e, &ubi->erroneous)) {
1318 if (in_wl_tree(e, &ubi->used)) {
1754 if (in_wl_tree(e, root))