eun               432 drivers/mtd/ftl.c     struct eun_info_t *eun;
eun               441 drivers/mtd/ftl.c     eun = &part->EUNInfo[srcunit];
eun               444 drivers/mtd/ftl.c 	  eun->Offset, xfer->Offset);
eun               450 drivers/mtd/ftl.c 	offset = eun->Offset + le32_to_cpu(part->header.BAMOffset);
eun               479 drivers/mtd/ftl.c     src = eun->Offset; dest = xfer->Offset;
eun               539 drivers/mtd/ftl.c     swap(xfer->EraseCount, eun->EraseCount);
eun               540 drivers/mtd/ftl.c     swap(xfer->Offset, eun->Offset);
eun               541 drivers/mtd/ftl.c     part->FreeTotal -= eun->Free;
eun               543 drivers/mtd/ftl.c     eun->Free = free;
eun               544 drivers/mtd/ftl.c     eun->Deleted = 0;
eun               570 drivers/mtd/ftl.c     uint16_t i, eun, xfer;
eun               628 drivers/mtd/ftl.c     eun = 0;
eun               635 drivers/mtd/ftl.c 		eun = i;
eun               642 drivers/mtd/ftl.c 		eun = i;
eun               656 drivers/mtd/ftl.c     ret = copy_erase_unit(part, eun, xfer);
eun               689 drivers/mtd/ftl.c     uint16_t stop, eun;
eun               696 drivers/mtd/ftl.c     eun = stop;
eun               698 drivers/mtd/ftl.c 	if (part->EUNInfo[eun].Free != 0) break;
eun               700 drivers/mtd/ftl.c 	if (++eun == part->DataUnits) eun = 0;
eun               701 drivers/mtd/ftl.c     } while (eun != stop);
eun               703 drivers/mtd/ftl.c     if (part->EUNInfo[eun].Free == 0)
eun               707 drivers/mtd/ftl.c     if (eun != part->bam_index) {
eun               712 drivers/mtd/ftl.c                        part->EUNInfo[eun].Offset + le32_to_cpu(part->header.BAMOffset),
eun               721 drivers/mtd/ftl.c 	part->bam_index = eun;
eun               736 drivers/mtd/ftl.c     pr_debug("ftl_cs: found free block at %d in %d\n", blk, eun);
eun               801 drivers/mtd/ftl.c     uint16_t eun;
eun               808 drivers/mtd/ftl.c     eun = log_addr / bsize;
eun               810 drivers/mtd/ftl.c     offset = (part->EUNInfo[eun].Offset + blk * sizeof(uint32_t) +
eun               835 drivers/mtd/ftl.c     if (part->bam_index == eun) {