Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dftl.c467 struct eun_info_t *eun; in copy_erase_unit() local
476 eun = &part->EUNInfo[srcunit]; in copy_erase_unit()
479 eun->Offset, xfer->Offset); in copy_erase_unit()
485 offset = eun->Offset + le32_to_cpu(part->header.BAMOffset); in copy_erase_unit()
514 src = eun->Offset; dest = xfer->Offset; in copy_erase_unit()
575 xfer->EraseCount = eun->EraseCount; in copy_erase_unit()
576 eun->EraseCount = i; in copy_erase_unit()
578 xfer->Offset = eun->Offset; in copy_erase_unit()
579 eun->Offset = i; in copy_erase_unit()
580 part->FreeTotal -= eun->Free; in copy_erase_unit()
[all …]