fmh               150 drivers/block/skd_main.c 	struct fit_msg_hdr	fmh;
fmh               485 drivers/block/skd_main.c 	struct fit_msg_hdr *fmh;
fmh               546 drivers/block/skd_main.c 		fmh = &skmsg->msg_buf->fmh;
fmh               547 drivers/block/skd_main.c 		memset(fmh, 0, sizeof(*fmh));
fmh               548 drivers/block/skd_main.c 		fmh->protocol_id = FIT_PROTOCOL_ID_SOFIT;
fmh               549 drivers/block/skd_main.c 		skmsg->length = sizeof(*fmh);
fmh               551 drivers/block/skd_main.c 		fmh = &skmsg->msg_buf->fmh;
fmh               556 drivers/block/skd_main.c 	scsi_req = &skmsg->msg_buf->scsi[fmh->num_protocol_cmds_coalesced];
fmh               579 drivers/block/skd_main.c 	fmh->num_protocol_cmds_coalesced++;
fmh               591 drivers/block/skd_main.c 		    fmh->num_protocol_cmds_coalesced >= skd_max_req_per_msg) {
fmh               888 drivers/block/skd_main.c 	struct fit_msg_hdr *fmh;
fmh               892 drivers/block/skd_main.c 	fmh = &skspcl->msg_buf->fmh;
fmh               893 drivers/block/skd_main.c 	fmh->protocol_id = FIT_PROTOCOL_ID_SOFIT;
fmh               894 drivers/block/skd_main.c 	fmh->num_protocol_cmds_coalesced = 1;
fmh              3609 drivers/block/skd_main.c 	BUILD_BUG_ON(offsetof(struct skd_msg_buf, fmh) != 0);
fmh              1127 drivers/mtd/ubi/fastmap.c 	struct ubi_fm_hdr *fmh;
fmh              1173 drivers/mtd/ubi/fastmap.c 	fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos);
fmh              1174 drivers/mtd/ubi/fastmap.c 	fm_pos += sizeof(*fmh);
fmh              1183 drivers/mtd/ubi/fastmap.c 	fmh->magic = cpu_to_be32(UBI_FM_HDR_MAGIC);
fmh              1223 drivers/mtd/ubi/fastmap.c 	fmh->free_peb_count = cpu_to_be32(free_peb_count);
fmh              1248 drivers/mtd/ubi/fastmap.c 	fmh->used_peb_count = cpu_to_be32(used_peb_count);
fmh              1261 drivers/mtd/ubi/fastmap.c 	fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count);
fmh              1280 drivers/mtd/ubi/fastmap.c 	fmh->erase_peb_count = cpu_to_be32(erase_peb_count);
fmh              1318 drivers/mtd/ubi/fastmap.c 	fmh->vol_count = cpu_to_be32(vol_count);
fmh              1319 drivers/mtd/ubi/fastmap.c 	fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count);