Searched refs:ubi_free_aeb (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mtd/ubi/ |
D | attach.c | 203 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb) in ubi_free_aeb() function 1301 ubi_free_aeb(ai, aeb); in destroy_av() 1319 ubi_free_aeb(ai, aeb); in destroy_ai() 1323 ubi_free_aeb(ai, aeb); in destroy_ai() 1327 ubi_free_aeb(ai, aeb); in destroy_ai() 1331 ubi_free_aeb(ai, aeb); in destroy_ai() 1335 ubi_free_aeb(ai, aeb); in destroy_ai()
|
D | fastmap.c | 268 ubi_free_aeb(ai, new_aeb); in update_vol() 297 ubi_free_aeb(ai, new_aeb); in update_vol() 343 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 352 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 380 ubi_free_aeb(ai, aeb); in unmap_peb() 800 ubi_free_aeb(ai, tmp_aeb); in ubi_attach_fastmap() 804 ubi_free_aeb(ai, tmp_aeb); in ubi_attach_fastmap()
|
D | vtbl.c | 331 ubi_free_aeb(ai, new_aeb); in create_vtbl() 344 ubi_free_aeb(ai, new_aeb); in create_vtbl()
|
D | ubi.h | 824 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
|