Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/ubi/
Dfastmap.c1130 struct ubi_fm_volhdr *fvh; in ubi_write_fastmap() local
1290 fvh = (struct ubi_fm_volhdr *)(fm_raw + fm_pos); in ubi_write_fastmap()
1291 fm_pos += sizeof(*fvh); in ubi_write_fastmap()
1294 fvh->magic = cpu_to_be32(UBI_FM_VHDR_MAGIC); in ubi_write_fastmap()
1295 fvh->vol_id = cpu_to_be32(vol->vol_id); in ubi_write_fastmap()
1296 fvh->vol_type = vol->vol_type; in ubi_write_fastmap()
1297 fvh->used_ebs = cpu_to_be32(vol->used_ebs); in ubi_write_fastmap()
1298 fvh->data_pad = cpu_to_be32(vol->data_pad); in ubi_write_fastmap()
1299 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes); in ubi_write_fastmap()