LogicalEUN 230 drivers/mtd/ftl.c if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && LogicalEUN 231 drivers/mtd/ftl.c (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { LogicalEUN 232 drivers/mtd/ftl.c part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; LogicalEUN 233 drivers/mtd/ftl.c part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = LogicalEUN 242 drivers/mtd/ftl.c if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { LogicalEUN 386 drivers/mtd/ftl.c header.LogicalEUN = cpu_to_le16(0xffff); LogicalEUN 39 include/linux/mtd/ftl.h uint16_t LogicalEUN;