Lines Matching refs:fec

1129 	struct ubi_fm_ec *fec;  in ubi_write_fastmap()  local
1213 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1215 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1217 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1220 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1224 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1226 fec->pnum = cpu_to_be32(ubi->fm_next_anchor->pnum); in ubi_write_fastmap()
1228 fec->ec = cpu_to_be32(ubi->fm_next_anchor->ec); in ubi_write_fastmap()
1231 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1237 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1239 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1241 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1244 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1249 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1251 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1253 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1256 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1262 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1264 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1266 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1269 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1280 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1282 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1284 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1287 fm_pos += sizeof(*fec); in ubi_write_fastmap()