Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Dfastmap.c571 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local
577 fmsb = (struct ubi_fm_sb *)(fm_raw); in ubi_attach_fastmap()
583 fmhdr = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_attach_fastmap()
594 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
604 fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
645 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
656 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
667 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
678 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
692 fmvhdr = (struct ubi_fm_volhdr *)(fm_raw + fm_pos); in ubi_attach_fastmap()
[all …]