Searched refs:targetEUN (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/
H A Dnftlcore.c240 unsigned int targetEUN; local
260 targetEUN = BLOCK_NIL;
264 targetEUN = thisEUN;
336 BlockMap[block] != targetEUN) {
342 BlockMap[block]== targetEUN ? "==" : "!=",
343 targetEUN);
354 "Folding out of place.\n", targetEUN);
362 /* We need to find a targetEUN to fold into. */
363 targetEUN = NFTL_findfreeblock(nftl, 1);
364 if (targetEUN
[all...]
H A Dinftlcore.c243 unsigned int targetEUN; local
253 thisEUN = targetEUN = inftl->VUtable[thisVUC];
311 pr_debug("INFTL: folding chain %d into unit %d\n", thisVUC, targetEUN);
321 if (BlockMap[block] == targetEUN || (pendingblock ==
350 inftl_write(inftl->mbd.mtd, (inftl->EraseSize * targetEUN) +
373 if (thisEUN == targetEUN)
392 return targetEUN;

Completed in 117 milliseconds