Searched refs:tmp_e (Results 1 – 1 of 1) sorted by relevance
1502 struct ubi_wl_entry *tmp_e; in ubi_update_fastmap() local1537 tmp_e = ubi_wl_get_fm_peb(ubi, 0); in ubi_update_fastmap()1540 if (!tmp_e) { in ubi_update_fastmap()1567 new_fm->e[i] = tmp_e; in ubi_update_fastmap()1587 tmp_e = ubi_wl_get_fm_peb(ubi, 1); in ubi_update_fastmap()1592 if (!tmp_e) { in ubi_update_fastmap()1611 new_fm->e[0] = tmp_e; in ubi_update_fastmap()1615 if (!tmp_e) { in ubi_update_fastmap()1626 new_fm->e[0] = tmp_e; in ubi_update_fastmap()
Completed in 6 milliseconds