Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/
Dftl.c120 } *EUNInfo; member
210 part->EUNInfo = kmalloc(part->DataUnits * sizeof(struct eun_info_t), in build_maps()
212 if (!part->EUNInfo) in build_maps()
215 part->EUNInfo[i].Offset = 0xffffffff; in build_maps()
236 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
237 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
238 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
287 part->EUNInfo[i].Free = 0; in build_maps()
288 part->EUNInfo[i].Deleted = 0; in build_maps()
289 offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); in build_maps()
[all …]