/openbmc/linux/drivers/mtd/ubi/ |
H A D | attach.c | 178 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum, in ubi_alloc_aeb() 181 struct ubi_ainf_peb *aeb; in ubi_alloc_aeb() 203 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb) in ubi_free_aeb() 232 struct ubi_ainf_peb *aeb; in add_to_list() 270 struct ubi_ainf_peb *aeb; in add_corrupted() 299 struct ubi_ainf_peb *aeb; in add_fastmap() 438 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs() 569 struct ubi_ainf_peb *aeb; in ubi_add_to_av() 595 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av() 818 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb() [all …]
|
H A D | fastmap.c | 139 struct ubi_ainf_peb *aeb; in add_aeb() 204 struct ubi_ainf_peb *aeb, in assign_aeb_to_av() 207 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() 213 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 244 struct ubi_ainf_peb *new_aeb) in update_vol() 247 struct ubi_ainf_peb *aeb, *victim; in update_vol() 252 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol() 338 struct ubi_ainf_peb *new_aeb) in process_pool_aeb() 374 struct ubi_ainf_peb *aeb; in unmap_peb() 407 struct ubi_ainf_peb *new_aeb; in scan_pool() [all …]
|
H A D | ubi.h | 675 struct ubi_ainf_peb { struct 822 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum, 824 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb); 831 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, 960 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 1055 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list()
|
H A D | debug.h | 46 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
|
H A D | vtbl.c | 291 struct ubi_ainf_peb *new_aeb; in create_vtbl() 367 struct ubi_ainf_peb *aeb; in process_lvol()
|
H A D | eba.c | 1530 struct ubi_ainf_peb *aeb; in self_check_eba() 1625 struct ubi_ainf_peb *aeb; in ubi_eba_init()
|
H A D | debug.c | 177 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
|
H A D | wl.c | 1745 static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync) 1792 struct ubi_ainf_peb *aeb, *tmp;
|
H A D | build.c | 596 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | attach.c | 117 struct ubi_ainf_peb *aeb; in add_to_list() 157 struct ubi_ainf_peb *aeb; in add_corrupted() 319 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs() 450 struct ubi_ainf_peb *aeb; in ubi_add_to_av() 476 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av() 629 struct ubi_ainf_peb *aeb; in ubi_remove_av() 634 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av() 704 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb() 708 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() 711 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb() [all …]
|
H A D | fastmap.c | 145 struct ubi_ainf_peb *aeb; in add_aeb() 233 struct ubi_ainf_peb *aeb, in assign_aeb_to_av() 236 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() 243 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 274 struct ubi_ainf_peb *new_aeb) in update_vol() 277 struct ubi_ainf_peb *aeb, *victim; in update_vol() 282 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol() 370 struct ubi_ainf_peb *new_aeb) in process_pool_aeb() 423 struct ubi_ainf_peb *aeb; in unmap_peb() 430 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb() [all …]
|
H A D | ubi.h | 646 struct ubi_ainf_peb { struct 790 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, 918 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 1009 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list()
|
H A D | debug.h | 50 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
|
H A D | vtbl.c | 300 struct ubi_ainf_peb *new_aeb; 374 struct ubi_ainf_peb *aeb;
|
H A D | eba.c | 1297 struct ubi_ainf_peb *aeb; in self_check_eba() 1389 struct ubi_ainf_peb *aeb; in ubi_eba_init()
|
H A D | debug.c | 178 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
|
H A D | build.c | 651 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
|
H A D | wl.c | 1532 struct ubi_ainf_peb *aeb, *tmp;
|