Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dattach.c122 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 …]
Dfastmap.c79 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 …]
Dubi.h606 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()
Ddebug.h59 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
Dvtbl.c305 struct ubi_ainf_peb *new_aeb; in create_vtbl()
379 struct ubi_ainf_peb *aeb; in process_lvol()
Ddebug.c188 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
Deba.c1233 struct ubi_ainf_peb *aeb; in self_check_eba()
1325 struct ubi_ainf_peb *aeb; in ubi_eba_init()
Dbuild.c638 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
Dwl.c1872 struct ubi_ainf_peb *aeb, *tmp;