hdr_ok 197 drivers/mtd/ftl.c int hdr_ok, ret = -1; hdr_ok 229 drivers/mtd/ftl.c hdr_ok = (strcmp(header.DataOrgTuple+3, "FTL100") == 0); hdr_ok 230 drivers/mtd/ftl.c if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && hdr_ok 242 drivers/mtd/ftl.c if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) {