fvh 1130 drivers/mtd/ubi/fastmap.c struct ubi_fm_volhdr *fvh; fvh 1290 drivers/mtd/ubi/fastmap.c fvh = (struct ubi_fm_volhdr *)(fm_raw + fm_pos); fvh 1291 drivers/mtd/ubi/fastmap.c fm_pos += sizeof(*fvh); fvh 1294 drivers/mtd/ubi/fastmap.c fvh->magic = cpu_to_be32(UBI_FM_VHDR_MAGIC); fvh 1295 drivers/mtd/ubi/fastmap.c fvh->vol_id = cpu_to_be32(vol->vol_id); fvh 1296 drivers/mtd/ubi/fastmap.c fvh->vol_type = vol->vol_type; fvh 1297 drivers/mtd/ubi/fastmap.c fvh->used_ebs = cpu_to_be32(vol->used_ebs); fvh 1298 drivers/mtd/ubi/fastmap.c fvh->data_pad = cpu_to_be32(vol->data_pad); fvh 1299 drivers/mtd/ubi/fastmap.c fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes);