Searched refs:ubi_ainf_peb (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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() 324 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs() 455 struct ubi_ainf_peb *aeb; in ubi_add_to_av() 481 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av() 634 struct ubi_ainf_peb *aeb; in ubi_remove_av() 639 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av() 709 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb() 713 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() 716 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb() [all …]
|
D | fastmap.c | 144 struct ubi_ainf_peb *aeb; in add_aeb() 232 struct ubi_ainf_peb *aeb, in assign_aeb_to_av() 235 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() 242 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 273 struct ubi_ainf_peb *new_aeb) in update_vol() 276 struct ubi_ainf_peb *aeb, *victim; in update_vol() 281 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol() 369 struct ubi_ainf_peb *new_aeb) in process_pool_aeb() 422 struct ubi_ainf_peb *aeb; in unmap_peb() 429 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb() [all …]
|
D | ubi.h | 646 struct ubi_ainf_peb { struct 790 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, 902 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 993 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 | 303 struct ubi_ainf_peb *new_aeb; in create_vtbl() 377 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 | 1320 struct ubi_ainf_peb *aeb; in self_check_eba() 1412 struct ubi_ainf_peb *aeb; in ubi_eba_init()
|
D | build.c | 623 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
|
D | wl.c | 1501 struct ubi_ainf_peb *aeb, *tmp;
|