Searched refs:paranoid_check_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.c158 static int paranoid_check_in_wl_tree(struct ubi_wl_entry *e,
162 #define paranoid_check_in_wl_tree(e, root) macro
238 paranoid_check_in_wl_tree(e, &ubi->free);
244 paranoid_check_in_wl_tree(e, &ubi->used);
250 paranoid_check_in_wl_tree(e, &ubi->scrub);
1597 * paranoid_check_in_wl_tree - make sure that a wear-leveling entry is present
1605 static int paranoid_check_in_wl_tree(struct ubi_wl_entry *e, function

Completed in 113 milliseconds