Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/ubi/
Dwl.c249 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree() function
1216 if (in_wl_tree(e, &ubi->used)) {
1219 } else if (in_wl_tree(e, &ubi->scrub)) {
1222 } else if (in_wl_tree(e, &ubi->erroneous)) {
1272 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub) ||
1273 in_wl_tree(e, &ubi->erroneous)) {
1291 if (in_wl_tree(e, &ubi->used)) {
1724 if (in_wl_tree(e, root))