Home
last modified time | relevance | path

Searched refs:EUNInfo (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/mtd/
Dftl.c167 } *EUNInfo; member
313 part->EUNInfo = kmalloc(part->DataUnits * sizeof(struct eun_info_t), in build_maps()
315 if (!part->EUNInfo) in build_maps()
318 part->EUNInfo[i].Offset = 0xffffffff; in build_maps()
339 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
340 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
341 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
390 part->EUNInfo[i].Free = 0; in build_maps()
391 part->EUNInfo[i].Deleted = 0; in build_maps()
392 offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); in build_maps()
[all …]