targetEUN 243 drivers/mtd/inftlcore.c unsigned int targetEUN; targetEUN 253 drivers/mtd/inftlcore.c thisEUN = targetEUN = inftl->VUtable[thisVUC]; targetEUN 311 drivers/mtd/inftlcore.c pr_debug("INFTL: folding chain %d into unit %d\n", thisVUC, targetEUN); targetEUN 321 drivers/mtd/inftlcore.c if (BlockMap[block] == targetEUN || (pendingblock == targetEUN 350 drivers/mtd/inftlcore.c inftl_write(inftl->mbd.mtd, (inftl->EraseSize * targetEUN) + targetEUN 373 drivers/mtd/inftlcore.c if (thisEUN == targetEUN) targetEUN 392 drivers/mtd/inftlcore.c return targetEUN; targetEUN 240 drivers/mtd/nftlcore.c unsigned int targetEUN; targetEUN 260 drivers/mtd/nftlcore.c targetEUN = BLOCK_NIL; targetEUN 264 drivers/mtd/nftlcore.c targetEUN = thisEUN; targetEUN 336 drivers/mtd/nftlcore.c BlockMap[block] != targetEUN) { targetEUN 342 drivers/mtd/nftlcore.c BlockMap[block]== targetEUN ? "==" : "!=", targetEUN 343 drivers/mtd/nftlcore.c targetEUN); targetEUN 354 drivers/mtd/nftlcore.c "Folding out of place.\n", targetEUN); targetEUN 363 drivers/mtd/nftlcore.c targetEUN = NFTL_findfreeblock(nftl, 1); targetEUN 364 drivers/mtd/nftlcore.c if (targetEUN == BLOCK_NIL) { targetEUN 382 drivers/mtd/nftlcore.c nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 2 * 512 + 8, targetEUN 390 drivers/mtd/nftlcore.c pr_debug("Folding chain %d into unit %d\n", thisVUC, targetEUN); targetEUN 396 drivers/mtd/nftlcore.c if (BlockMap[block] == targetEUN || targetEUN 423 drivers/mtd/nftlcore.c nftl_write(nftl->mbd.mtd, (nftl->EraseSize * targetEUN) + targetEUN 431 drivers/mtd/nftlcore.c nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 8, targetEUN 446 drivers/mtd/nftlcore.c while (thisEUN <= nftl->lastEUN && thisEUN != targetEUN) { targetEUN 464 drivers/mtd/nftlcore.c nftl->ReplUnitTable[targetEUN] = BLOCK_NIL; targetEUN 465 drivers/mtd/nftlcore.c nftl->EUNtable[thisVUC] = targetEUN; targetEUN 467 drivers/mtd/nftlcore.c return targetEUN;