EUNInfo 120 drivers/mtd/ftl.c } *EUNInfo; EUNInfo 204 drivers/mtd/ftl.c part->EUNInfo = kmalloc_array(part->DataUnits, sizeof(struct eun_info_t), EUNInfo 206 drivers/mtd/ftl.c if (!part->EUNInfo) EUNInfo 209 drivers/mtd/ftl.c part->EUNInfo[i].Offset = 0xffffffff; EUNInfo 231 drivers/mtd/ftl.c (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { EUNInfo 232 drivers/mtd/ftl.c part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; EUNInfo 233 drivers/mtd/ftl.c part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = EUNInfo 282 drivers/mtd/ftl.c part->EUNInfo[i].Free = 0; EUNInfo 283 drivers/mtd/ftl.c part->EUNInfo[i].Deleted = 0; EUNInfo 284 drivers/mtd/ftl.c offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); EUNInfo 295 drivers/mtd/ftl.c part->EUNInfo[i].Free++; EUNInfo 302 drivers/mtd/ftl.c part->EUNInfo[i].Deleted++; EUNInfo 316 drivers/mtd/ftl.c kfree(part->EUNInfo); EUNInfo 441 drivers/mtd/ftl.c eun = &part->EUNInfo[srcunit]; EUNInfo 633 drivers/mtd/ftl.c if (part->EUNInfo[i].EraseCount <= best) { EUNInfo 634 drivers/mtd/ftl.c best = part->EUNInfo[i].EraseCount; EUNInfo 640 drivers/mtd/ftl.c if (part->EUNInfo[i].Deleted >= best) { EUNInfo 641 drivers/mtd/ftl.c best = part->EUNInfo[i].Deleted; EUNInfo 682 drivers/mtd/ftl.c part->EUNInfo[i].Offset >> part->header.EraseUnitSize, EUNInfo 683 drivers/mtd/ftl.c part->EUNInfo[i].Free, part->EUNInfo[i].Deleted); EUNInfo 698 drivers/mtd/ftl.c if (part->EUNInfo[eun].Free != 0) break; EUNInfo 703 drivers/mtd/ftl.c if (part->EUNInfo[eun].Free == 0) EUNInfo 712 drivers/mtd/ftl.c part->EUNInfo[eun].Offset + le32_to_cpu(part->header.BAMOffset), EUNInfo 773 drivers/mtd/ftl.c offset = (part->EUNInfo[log_addr / bsize].Offset EUNInfo 810 drivers/mtd/ftl.c offset = (part->EUNInfo[eun].Offset + blk * sizeof(uint32_t) + EUNInfo 904 drivers/mtd/ftl.c part->EUNInfo[part->bam_index].Free--; EUNInfo 908 drivers/mtd/ftl.c part->EUNInfo[part->bam_index].Deleted++; EUNInfo 909 drivers/mtd/ftl.c offset = (part->EUNInfo[part->bam_index].Offset + EUNInfo 925 drivers/mtd/ftl.c part->EUNInfo[old_addr/bsize].Deleted++; EUNInfo 934 drivers/mtd/ftl.c part->EUNInfo[part->bam_index].Deleted--; EUNInfo 982 drivers/mtd/ftl.c part->EUNInfo[old_addr/bsize].Deleted++; EUNInfo 998 drivers/mtd/ftl.c kfree(part->EUNInfo); EUNInfo 999 drivers/mtd/ftl.c part->EUNInfo = NULL;