ubi_ainf_peb      178 drivers/mtd/ubi/attach.c struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
ubi_ainf_peb      181 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      203 drivers/mtd/ubi/attach.c void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb)
ubi_ainf_peb      232 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      270 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      299 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      438 drivers/mtd/ubi/attach.c int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
ubi_ainf_peb      569 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      595 drivers/mtd/ubi/attach.c 		aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
ubi_ainf_peb      818 drivers/mtd/ubi/attach.c struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
ubi_ainf_peb      822 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb, *tmp_aeb;
ubi_ainf_peb      825 drivers/mtd/ubi/attach.c 		aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list);
ubi_ainf_peb     1209 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb     1280 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb     1289 drivers/mtd/ubi/attach.c 			aeb = rb_entry(this, struct ubi_ainf_peb, u.rb);
ubi_ainf_peb     1313 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb, *aeb_tmp;
ubi_ainf_peb     1380 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb     1465 drivers/mtd/ubi/attach.c 					       sizeof(struct ubi_ainf_peb),
ubi_ainf_peb     1665 drivers/mtd/ubi/attach.c 	struct ubi_ainf_peb *aeb, *last_aeb;
ubi_ainf_peb      576 drivers/mtd/ubi/build.c 	dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb));
ubi_ainf_peb      176 drivers/mtd/ubi/debug.c void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type)
ubi_ainf_peb       46 drivers/mtd/ubi/debug.h void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
ubi_ainf_peb     1521 drivers/mtd/ubi/eba.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb     1615 drivers/mtd/ubi/eba.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      139 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      204 drivers/mtd/ubi/fastmap.c 			     struct ubi_ainf_peb *aeb,
ubi_ainf_peb      207 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *tmp_aeb;
ubi_ainf_peb      213 drivers/mtd/ubi/fastmap.c 		tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
ubi_ainf_peb      244 drivers/mtd/ubi/fastmap.c 		      struct ubi_ainf_peb *new_aeb)
ubi_ainf_peb      247 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb, *victim;
ubi_ainf_peb      252 drivers/mtd/ubi/fastmap.c 		aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
ubi_ainf_peb      338 drivers/mtd/ubi/fastmap.c 			    struct ubi_ainf_peb *new_aeb)
ubi_ainf_peb      374 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      407 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *new_aeb;
ubi_ainf_peb      519 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      552 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb;
ubi_ainf_peb      808 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      821 drivers/mtd/ubi/fastmap.c static struct ubi_ainf_peb *clone_aeb(struct ubi_attach_info *ai,
ubi_ainf_peb      822 drivers/mtd/ubi/fastmap.c 				      struct ubi_ainf_peb *old)
ubi_ainf_peb      824 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *new;
ubi_ainf_peb      858 drivers/mtd/ubi/fastmap.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb      870 drivers/mtd/ubi/fastmap.c 		struct ubi_ainf_peb *new;
ubi_ainf_peb      822 drivers/mtd/ubi/ubi.h struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
ubi_ainf_peb      824 drivers/mtd/ubi/ubi.h void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
ubi_ainf_peb      831 drivers/mtd/ubi/ubi.h struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
ubi_ainf_peb      958 drivers/mtd/ubi/ubi.h int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
ubi_ainf_peb     1053 drivers/mtd/ubi/ubi.h 					 struct ubi_ainf_peb *aeb,
ubi_ainf_peb      291 drivers/mtd/ubi/vtbl.c 	struct ubi_ainf_peb *new_aeb;
ubi_ainf_peb      367 drivers/mtd/ubi/vtbl.c 	struct ubi_ainf_peb *aeb;
ubi_ainf_peb     1693 drivers/mtd/ubi/wl.c static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync)
ubi_ainf_peb     1740 drivers/mtd/ubi/wl.c 	struct ubi_ainf_peb *aeb, *tmp;