Home
last modified time | relevance | path

Searched refs:old_fm (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c1521 old_fm = ubi->fm; in ubi_update_fastmap()
1536 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1549 old_fm->e[i] = NULL; in ubi_update_fastmap()
1564 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1567 old_fm->e[i] = NULL; in ubi_update_fastmap()
1573 if (old_fm && new_fm->used_blocks < old_fm->used_blocks) { in ubi_update_fastmap()
1577 old_fm->e[i] = NULL; in ubi_update_fastmap()
1585 if (old_fm) { in ubi_update_fastmap()
1601 old_fm->e[0] = NULL; in ubi_update_fastmap()
1607 old_fm->e[0] = NULL; in ubi_update_fastmap()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c1564 old_fm = ubi->fm; in ubi_update_fastmap()
1579 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1592 old_fm->e[i] = NULL; in ubi_update_fastmap()
1607 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1610 old_fm->e[i] = NULL; in ubi_update_fastmap()
1616 if (old_fm && new_fm->used_blocks < old_fm->used_blocks) { in ubi_update_fastmap()
1620 old_fm->e[i] = NULL; in ubi_update_fastmap()
1629 if (old_fm) { in ubi_update_fastmap()
1645 old_fm->e[0] = NULL; in ubi_update_fastmap()
1651 old_fm->e[0] = NULL; in ubi_update_fastmap()
[all …]