Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/ubi/
Dfastmap.c1131 struct ubi_fm_eba *feba; in ubi_write_fastmap() local
1315 feba = (struct ubi_fm_eba *)(fm_raw + fm_pos); in ubi_write_fastmap()
1316 fm_pos += sizeof(*feba) + (sizeof(__be32) * vol->reserved_pebs); in ubi_write_fastmap()
1323 feba->pnum[j] = cpu_to_be32(ldesc.pnum); in ubi_write_fastmap()
1326 feba->reserved_pebs = cpu_to_be32(j); in ubi_write_fastmap()
1327 feba->magic = cpu_to_be32(UBI_FM_EBA_MAGIC); in ubi_write_fastmap()