Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dattach.c178 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 Dfastmap.c139 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 Dubi.h677 struct ubi_ainf_peb { struct
824 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum,
826 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
833 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
961 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
1056 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list()
H A Ddebug.h46 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
H A Dvtbl.c291 struct ubi_ainf_peb *new_aeb; in create_vtbl()
367 struct ubi_ainf_peb *aeb; in process_lvol()
H A Deba.c1521 struct ubi_ainf_peb *aeb; in self_check_eba()
1615 struct ubi_ainf_peb *aeb; in ubi_eba_init()
H A Ddebug.c177 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
H A Dwl.c1710 static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync)
1757 struct ubi_ainf_peb *aeb, *tmp;
H A Dbuild.c593 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dattach.c118 struct ubi_ainf_peb *aeb; in add_to_list()
158 struct ubi_ainf_peb *aeb; in add_corrupted()
320 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs()
451 struct ubi_ainf_peb *aeb; in ubi_add_to_av()
477 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av()
630 struct ubi_ainf_peb *aeb; in ubi_remove_av()
635 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av()
705 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb()
709 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb()
712 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb()
[all …]
H A Dfastmap.c146 struct ubi_ainf_peb *aeb; in add_aeb()
234 struct ubi_ainf_peb *aeb, in assign_aeb_to_av()
237 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av()
244 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av()
275 struct ubi_ainf_peb *new_aeb) in update_vol()
278 struct ubi_ainf_peb *aeb, *victim; in update_vol()
283 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol()
371 struct ubi_ainf_peb *new_aeb) in process_pool_aeb()
424 struct ubi_ainf_peb *aeb; in unmap_peb()
431 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb()
[all …]
H A Dubi.h647 struct ubi_ainf_peb { struct
791 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
919 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb,
1010 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list()
H A Ddebug.h56 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
H A Dvtbl.c301 struct ubi_ainf_peb *new_aeb;
375 struct ubi_ainf_peb *aeb;
H A Deba.c1298 struct ubi_ainf_peb *aeb; in self_check_eba()
1390 struct ubi_ainf_peb *aeb; in ubi_eba_init()
H A Ddebug.c179 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
H A Dbuild.c652 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
H A Dwl.c1533 struct ubi_ainf_peb *aeb, *tmp;