Searched refs:ubi_free_aeb (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mtd/ubi/ |
D | attach.c | 216 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb) in ubi_free_aeb() function 1313 ubi_free_aeb(ai, aeb); in destroy_av() 1331 ubi_free_aeb(ai, aeb); in destroy_ai() 1335 ubi_free_aeb(ai, aeb); in destroy_ai() 1339 ubi_free_aeb(ai, aeb); in destroy_ai() 1343 ubi_free_aeb(ai, aeb); in destroy_ai() 1347 ubi_free_aeb(ai, aeb); in destroy_ai()
|
D | fastmap.c | 278 ubi_free_aeb(ai, new_aeb); in update_vol() 307 ubi_free_aeb(ai, new_aeb); in update_vol() 353 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 362 ubi_free_aeb(ai, new_aeb); in process_pool_aeb() 390 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 | 344 ubi_free_aeb(ai, new_aeb); in create_vtbl() 357 ubi_free_aeb(ai, new_aeb); in create_vtbl()
|
D | ubi.h | 837 void ubi_free_aeb(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb);
|