Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
A Dfastmap.c562 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local
568 fmsb = (struct ubi_fm_sb *)(fm_raw); in ubi_attach_fastmap()
636 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
647 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
1125 void *fm_raw; in ubi_write_fastmap() local
1142 fm_raw = ubi->fm_buf; in ubi_write_fastmap()
1169 fmsb = (struct ubi_fm_sb *)fm_raw; in ubi_write_fastmap()
1173 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_write_fastmap()
1213 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1224 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
[all …]

Completed in 6 milliseconds