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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlcore.c250 unsigned int targetEUN; local
270 targetEUN = BLOCK_NIL;
274 targetEUN = thisEUN;
347 BlockMap[block] != targetEUN) {
353 BlockMap[block]== targetEUN ? "==" : "!=",
354 targetEUN);
365 "Folding out of place.\n", targetEUN);
373 /* We need to find a targetEUN to fold into. */
374 targetEUN = NFTL_findfreeblock(nftl, 1);
375 if (targetEUN
[all...]
H A Dinftlcore.c261 unsigned int targetEUN; local
271 thisEUN = targetEUN = inftl->VUtable[thisVUC];
329 thisVUC, targetEUN);
339 if (BlockMap[block] == targetEUN || (pendingblock ==
366 inftl_write(inftl->mbd.mtd, (inftl->EraseSize * targetEUN) +
390 if (thisEUN == targetEUN)
406 return targetEUN;

Completed in 104 milliseconds