Searched refs:eun (Results 1 – 1 of 1) sorted by relevance
569 struct eun_info_t *eun; in copy_erase_unit() local578 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 …]