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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dnftlcore.c262 unsigned int targetEUN; local
282 targetEUN = BLOCK_NIL;
286 targetEUN = thisEUN;
359 BlockMap[block] != targetEUN) {
365 BlockMap[block]== targetEUN ? "==" : "!=",
366 targetEUN);
377 "Folding out of place.\n", targetEUN);
385 /* We need to find a targetEUN to fold into. */
386 targetEUN = NFTL_findfreeblock(nftl, 1);
387 if (targetEUN
[all...]
H A Dinftlcore.c258 unsigned int targetEUN; local
268 thisEUN = targetEUN = inftl->VUtable[thisVUC];
327 thisVUC, targetEUN);
337 if (BlockMap[block] == targetEUN || (pendingblock ==
364 inftl_write(inftl->mbd.mtd, (inftl->EraseSize * targetEUN) +
388 if (thisEUN == targetEUN)
407 return targetEUN;

Completed in 93 milliseconds