Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dwl.c242 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))