Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/
Dftl.c569 struct eun_info_t *eun; in copy_erase_unit() local
578 eun = &part->EUNInfo[srcunit]; in copy_erase_unit()
581 eun->Offset, xfer->Offset); in copy_erase_unit()
587 offset = eun->Offset + le32_to_cpu(part->header.BAMOffset); in copy_erase_unit()
616 src = eun->Offset; dest = xfer->Offset; in copy_erase_unit()
675 xfer->EraseCount = eun->EraseCount; in copy_erase_unit()
676 eun->EraseCount = i; in copy_erase_unit()
678 xfer->Offset = eun->Offset; in copy_erase_unit()
679 eun->Offset = i; in copy_erase_unit()
680 part->FreeTotal -= eun->Free; in copy_erase_unit()
[all …]