Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c1324 new_fm->e[i]->pnum); in ubi_write_fastmap()
1334 new_fm->e[i]->pnum); in ubi_write_fastmap()
1339 ubi_assert(new_fm); in ubi_write_fastmap()
1340 ubi->fm = new_fm; in ubi_write_fastmap()
1514 new_fm = kzalloc(sizeof(*new_fm), GFP_KERNEL); in ubi_update_fastmap()
1515 if (!new_fm) { in ubi_update_fastmap()
1562 new_fm->e[i] = tmp_e; in ubi_update_fastmap()
1606 new_fm->e[0] = tmp_e; in ubi_update_fastmap()
1615 new_fm->e[i] = NULL; in ubi_update_fastmap()
1621 new_fm->e[0] = tmp_e; in ubi_update_fastmap()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c1361 new_fm->e[i]->pnum); in ubi_write_fastmap()
1371 new_fm->e[i]->pnum); in ubi_write_fastmap()
1376 ubi_assert(new_fm); in ubi_write_fastmap()
1377 ubi->fm = new_fm; in ubi_write_fastmap()
1555 new_fm = kzalloc(sizeof(*new_fm), GFP_KERNEL); in ubi_update_fastmap()
1556 if (!new_fm) { in ubi_update_fastmap()
1605 new_fm->e[i] = tmp_e; in ubi_update_fastmap()
1650 new_fm->e[0] = tmp_e; in ubi_update_fastmap()
1659 new_fm->e[i] = NULL; in ubi_update_fastmap()
1665 new_fm->e[0] = tmp_e; in ubi_update_fastmap()
[all …]