Lines Matching defs:fmh
1136 struct ubi_fm_hdr *fmh;
1182 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos);
1183 fm_pos += sizeof(*fmh);
1192 fmh->magic = cpu_to_be32(UBI_FM_HDR_MAGIC);
1232 fmh->free_peb_count = cpu_to_be32(free_peb_count);
1257 fmh->used_peb_count = cpu_to_be32(used_peb_count);
1270 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count);
1289 fmh->erase_peb_count = cpu_to_be32(erase_peb_count);
1327 fmh->vol_count = cpu_to_be32(vol_count);
1328 fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count);