Searched refs:ubi_free_aeb (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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 | 269 ubi_free_aeb(ai, new_aeb); in update_vol() 298 ubi_free_aeb(ai, new_aeb); in update_vol() 344 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 353 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 381 ubi_free_aeb(ai, aeb); in unmap_peb() 791 ubi_free_aeb(ai, tmp_aeb); in ubi_attach_fastmap() 795 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);
|