Lines Matching defs:fmh
1126 struct ubi_fm_hdr *fmh;
1172 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos);
1173 fm_pos += sizeof(*fmh);
1182 fmh->magic = cpu_to_be32(UBI_FM_HDR_MAGIC);
1222 fmh->free_peb_count = cpu_to_be32(free_peb_count);
1247 fmh->used_peb_count = cpu_to_be32(used_peb_count);
1260 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count);
1279 fmh->erase_peb_count = cpu_to_be32(erase_peb_count);
1317 fmh->vol_count = cpu_to_be32(vol_count);
1318 fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count);