Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/
Dftl.c120 } *EUNInfo; member
204 part->EUNInfo = kmalloc_array(part->DataUnits, sizeof(struct eun_info_t), in build_maps()
206 if (!part->EUNInfo) in build_maps()
209 part->EUNInfo[i].Offset = 0xffffffff; in build_maps()
231 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps()
232 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps()
233 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].EraseCount = in build_maps()
282 part->EUNInfo[i].Free = 0; in build_maps()
283 part->EUNInfo[i].Deleted = 0; in build_maps()
284 offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); in build_maps()
[all …]