fmvhdr            557 drivers/mtd/ubi/fastmap.c 	struct ubi_fm_volhdr *fmvhdr;
fmvhdr            683 drivers/mtd/ubi/fastmap.c 		fmvhdr = (struct ubi_fm_volhdr *)(fm_raw + fm_pos);
fmvhdr            684 drivers/mtd/ubi/fastmap.c 		fm_pos += sizeof(*fmvhdr);
fmvhdr            688 drivers/mtd/ubi/fastmap.c 		if (be32_to_cpu(fmvhdr->magic) != UBI_FM_VHDR_MAGIC) {
fmvhdr            690 drivers/mtd/ubi/fastmap.c 				be32_to_cpu(fmvhdr->magic), UBI_FM_VHDR_MAGIC);
fmvhdr            694 drivers/mtd/ubi/fastmap.c 		av = add_vol(ai, be32_to_cpu(fmvhdr->vol_id),
fmvhdr            695 drivers/mtd/ubi/fastmap.c 			     be32_to_cpu(fmvhdr->used_ebs),
fmvhdr            696 drivers/mtd/ubi/fastmap.c 			     be32_to_cpu(fmvhdr->data_pad),
fmvhdr            697 drivers/mtd/ubi/fastmap.c 			     fmvhdr->vol_type,
fmvhdr            698 drivers/mtd/ubi/fastmap.c 			     be32_to_cpu(fmvhdr->last_eb_bytes));
fmvhdr            703 drivers/mtd/ubi/fastmap.c 					fmvhdr->vol_id);
fmvhdr            709 drivers/mtd/ubi/fastmap.c 		if (ai->highest_vol_id < be32_to_cpu(fmvhdr->vol_id))
fmvhdr            710 drivers/mtd/ubi/fastmap.c 			ai->highest_vol_id = be32_to_cpu(fmvhdr->vol_id);