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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c323 * in_wl_tree - check if wear-leveling entry is present in a WL RB-tree.
330 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) function
1153 if (in_wl_tree(e, &ubi->used))
1155 else if (in_wl_tree(e, &ubi->scrub))
1191 if (e == ubi->move_from || in_wl_tree(e, &ubi->scrub)) {
1209 if (in_wl_tree(e, &ubi->used))
1608 if (in_wl_tree(e, root))

Completed in 21 milliseconds