Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/ubi/
H A Dfastmap.c1513 old_fm = ubi->fm; in ubi_update_fastmap()
1528 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1541 old_fm->e[i] = NULL; in ubi_update_fastmap()
1556 if (old_fm && old_fm->e[i]) { in ubi_update_fastmap()
1559 old_fm->e[i] = NULL; in ubi_update_fastmap()
1565 if (old_fm && new_fm->used_blocks < old_fm->used_blocks) { in ubi_update_fastmap()
1569 old_fm->e[i] = NULL; in ubi_update_fastmap()
1578 if (old_fm) { in ubi_update_fastmap()
1593 old_fm->e[0] = NULL; in ubi_update_fastmap()
1599 old_fm->e[0] = NULL; in ubi_update_fastmap()
[all …]