Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/
Dftl.c468 struct eun_info_t *eun; in copy_erase_unit() local
477 eun = &part->EUNInfo[srcunit]; in copy_erase_unit()
480 eun->Offset, xfer->Offset); in copy_erase_unit()
486 offset = eun->Offset + le32_to_cpu(part->header.BAMOffset); in copy_erase_unit()
515 src = eun->Offset; dest = xfer->Offset; in copy_erase_unit()
574 xfer->EraseCount = eun->EraseCount; in copy_erase_unit()
575 eun->EraseCount = i; in copy_erase_unit()
577 xfer->Offset = eun->Offset; in copy_erase_unit()
578 eun->Offset = i; in copy_erase_unit()
579 part->FreeTotal -= eun->Free; in copy_erase_unit()
[all …]