Searched refs:ubi_ainf_peb (Results 1 – 9 of 9) sorted by relevance
/drivers/mtd/ubi/ |
D | attach.c | 122 struct ubi_ainf_peb *aeb; in add_to_list() 162 struct ubi_ainf_peb *aeb; in add_corrupted() 322 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs() 453 struct ubi_ainf_peb *aeb; in ubi_add_to_av() 479 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av() 632 struct ubi_ainf_peb *aeb; in ubi_remove_av() 637 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av() 706 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb() 710 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() 713 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb() [all …]
|
D | fastmap.c | 79 struct ubi_ainf_peb *aeb; in add_aeb() 164 struct ubi_ainf_peb *aeb, in assign_aeb_to_av() 167 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() 174 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 205 struct ubi_ainf_peb *new_aeb) in update_vol() 208 struct ubi_ainf_peb *aeb, *victim; in update_vol() 213 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol() 301 struct ubi_ainf_peb *new_aeb) in process_pool_aeb() 353 struct ubi_ainf_peb *aeb; in unmap_peb() 360 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb() [all …]
|
D | ubi.h | 606 struct ubi_ainf_peb { struct 749 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, 858 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 889 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list()
|
D | debug.h | 59 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
|
D | vtbl.c | 305 struct ubi_ainf_peb *new_aeb; in create_vtbl() 379 struct ubi_ainf_peb *aeb; in process_lvol()
|
D | debug.c | 188 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
|
D | eba.c | 1233 struct ubi_ainf_peb *aeb; in self_check_eba() 1325 struct ubi_ainf_peb *aeb; in ubi_eba_init()
|
D | build.c | 638 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
|
D | wl.c | 1872 struct ubi_ainf_peb *aeb, *tmp;
|