feba             1131 drivers/mtd/ubi/fastmap.c 	struct ubi_fm_eba *feba;
feba             1304 drivers/mtd/ubi/fastmap.c 		feba = (struct ubi_fm_eba *)(fm_raw + fm_pos);
feba             1305 drivers/mtd/ubi/fastmap.c 		fm_pos += sizeof(*feba) + (sizeof(__be32) * vol->reserved_pebs);
feba             1312 drivers/mtd/ubi/fastmap.c 			feba->pnum[j] = cpu_to_be32(ldesc.pnum);
feba             1315 drivers/mtd/ubi/fastmap.c 		feba->reserved_pebs = cpu_to_be32(j);
feba             1316 drivers/mtd/ubi/fastmap.c 		feba->magic = cpu_to_be32(UBI_FM_EBA_MAGIC);