Searched refs:fm_raw (Results 1 – 1 of 1) sorted by relevance
564 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local570 fmsb = (struct ubi_fm_sb *)(fm_raw); in ubi_attach_fastmap()638 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()651 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()1134 void *fm_raw; in ubi_write_fastmap() local1151 fm_raw = ubi->fm_buf; in ubi_write_fastmap()1178 fmsb = (struct ubi_fm_sb *)fm_raw; in ubi_write_fastmap()1182 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_write_fastmap()1222 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()1235 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()[all …]