Searched refs:ubi_ainf_peb (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/mtd/ubi/ |
D | attach.c | 191 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum, in ubi_alloc_aeb() 194 struct ubi_ainf_peb *aeb; in ubi_alloc_aeb() 216 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb) in ubi_free_aeb() 245 struct ubi_ainf_peb *aeb; in add_to_list() 283 struct ubi_ainf_peb *aeb; in add_corrupted() 312 struct ubi_ainf_peb *aeb; in add_fastmap() 451 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, in ubi_compare_lebs() 582 struct ubi_ainf_peb *aeb; in ubi_add_to_av() 608 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av() 831 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, in ubi_early_get_peb() [all …]
|
D | fastmap.c | 148 struct ubi_ainf_peb *aeb; in add_aeb() 213 struct ubi_ainf_peb *aeb, in assign_aeb_to_av() 216 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() 222 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 253 struct ubi_ainf_peb *new_aeb) in update_vol() 256 struct ubi_ainf_peb *aeb, *victim; in update_vol() 261 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in update_vol() 347 struct ubi_ainf_peb *new_aeb) in process_pool_aeb() 383 struct ubi_ainf_peb *aeb; in unmap_peb() 416 struct ubi_ainf_peb *new_aeb; in scan_pool() [all …]
|
D | ubi.h | 686 struct ubi_ainf_peb { struct 835 struct ubi_ainf_peb *ubi_alloc_aeb(struct ubi_attach_info *ai, int pnum, 837 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb); 844 struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, 970 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 1065 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 | 304 struct ubi_ainf_peb *new_aeb; in create_vtbl() 380 struct ubi_ainf_peb *aeb; in process_lvol()
|
D | eba.c | 1534 struct ubi_ainf_peb *aeb; in self_check_eba() 1628 struct ubi_ainf_peb *aeb; in ubi_eba_init()
|
D | debug.c | 189 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb()
|
D | wl.c | 1535 static int erase_aeb(struct ubi_device *ubi, struct ubi_ainf_peb *aeb, bool sync) 1582 struct ubi_ainf_peb *aeb, *tmp;
|
D | build.c | 589 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init()
|