Searched refs:fmec (Results 1 – 1 of 1) sorted by relevance
557 struct ubi_fm_ec *fmec; in ubi_attach_fastmap() local637 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()638 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()642 ret = add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()643 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap()650 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()651 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()655 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()656 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap()663 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()[all …]