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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c66 * struct ubi_wl_entry - wear-leveling entry.
74 struct ubi_wl_entry { struct
131 struct ubi_wl_entry *e;
152 struct ubi_wl_entry *e;
158 static int paranoid_check_in_wl_tree(struct ubi_wl_entry *e,
187 static void wl_tree_add(struct ubi_wl_entry *e, struct rb_root *root)
193 struct ubi_wl_entry *e1;
196 e1 = rb_entry(parent, struct ubi_wl_entry, rb);
221 static void free_tree_add(struct ubi_device *ubi, struct ubi_wl_entry *e)
226 struct ubi_wl_entry *
[all...]
H A Dubi.h198 struct ubi_wl_entry;
242 * @lookuptbl: a table to quickly find a &struct ubi_wl_entry object for any
315 struct ubi_wl_entry **lookuptbl;
317 struct ubi_wl_entry *move_from;
318 struct ubi_wl_entry *move_to;

Completed in 52 milliseconds