Home
last modified time | relevance | path

Searched refs:ubi_ainf_peb (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dattach.c117 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 …]
Dfastmap.c145 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 …]
Dubi.h646 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()
Ddebug.h50 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
Dvtbl.c300 struct ubi_ainf_peb *new_aeb;
374 struct ubi_ainf_peb *aeb;
Deba.c1297 struct ubi_ainf_peb *aeb; in self_check_eba()
1389 struct ubi_ainf_peb *aeb; in ubi_eba_init()
Ddebug.c178 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
Dbuild.c651 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
Dwl.c1532 struct ubi_ainf_peb *aeb, *tmp;