Searched refs:fmec (Results 1 – 2 of 2) sorted by relevance
287 struct ubi_fm_ec *fmec; in ubi_attach_fastmap() local360 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()361 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()368 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()369 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()373 generic_set_bit(be32_to_cpu(fmec->pnum), ubi->fm_used); in ubi_attach_fastmap()378 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()379 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()386 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()387 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()
614 struct ubi_fm_ec *fmec; in ubi_attach_fastmap() local694 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()695 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()699 add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()700 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap()705 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()706 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()710 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()711 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap()716 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()[all …]