Searched refs:in_wl_tree (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | wl.c | 236 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function 1277 if (in_wl_tree(e, &ubi->used)) { 1280 } else if (in_wl_tree(e, &ubi->scrub)) { 1283 } else if (in_wl_tree(e, &ubi->erroneous)) { 1333 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || 1334 in_wl_tree(e, &ubi->erroneous)) { 1352 if (in_wl_tree(e, &ubi->used)) { 1442 if (in_wl_tree(e, &ubi->scrub)) 1444 else if (in_wl_tree(e, &ubi->erroneous)) 1549 } else if (in_wl_tree(e, &ubi->used)) { [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | wl.c | 242 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function 1244 if (in_wl_tree(e, &ubi->used)) { 1247 } else if (in_wl_tree(e, &ubi->scrub)) { 1250 } else if (in_wl_tree(e, &ubi->erroneous)) { 1300 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) || 1301 in_wl_tree(e, &ubi->erroneous)) { 1319 if (in_wl_tree(e, &ubi->used)) { 1755 if (in_wl_tree(e, root))
|