Searched refs:fvh (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dfastmap.c1139 struct ubi_fm_volhdr *fvh; local
1299 fvh = (struct ubi_fm_volhdr *)(fm_raw + fm_pos);
1300 fm_pos += sizeof(*fvh);
1303 fvh->magic = cpu_to_be32(UBI_FM_VHDR_MAGIC);
1304 fvh->vol_id = cpu_to_be32(vol->vol_id);
1305 fvh->vol_type = vol->vol_type;
1306 fvh->used_ebs = cpu_to_be32(vol->used_ebs);
1307 fvh->data_pad = cpu_to_be32(vol->data_pad);
1308 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes);

Completed in 121 milliseconds