thisVUC 236 drivers/mtd/inftlcore.c static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) thisVUC 248 drivers/mtd/inftlcore.c inftl, thisVUC, pendingblock); thisVUC 253 drivers/mtd/inftlcore.c thisEUN = targetEUN = inftl->VUtable[thisVUC]; thisVUC 257 drivers/mtd/inftlcore.c "Virtual Unit Chain %d!\n", thisVUC); thisVUC 299 drivers/mtd/inftlcore.c "Unit Chain 0x%x\n", thisVUC); thisVUC 311 drivers/mtd/inftlcore.c pr_debug("INFTL: folding chain %d into unit %d\n", thisVUC, targetEUN); thisVUC 322 drivers/mtd/inftlcore.c (thisVUC * (inftl->EraseSize / SECTORSIZE) + block))) { thisVUC 361 drivers/mtd/inftlcore.c pr_debug("INFTL: want to erase virtual chain %d\n", thisVUC); thisVUC 365 drivers/mtd/inftlcore.c thisEUN = inftl->VUtable[thisVUC]; thisVUC 462 drivers/mtd/inftlcore.c unsigned int thisVUC = block / (inftl->EraseSize / SECTORSIZE); thisVUC 481 drivers/mtd/inftlcore.c thisEUN = inftl->VUtable[thisVUC]; thisVUC 512 drivers/mtd/inftlcore.c "Virtual Unit Chain 0x%x\n", thisVUC); thisVUC 545 drivers/mtd/inftlcore.c thisVUC); thisVUC 571 drivers/mtd/inftlcore.c thisEUN = inftl->VUtable[thisVUC]; thisVUC 579 drivers/mtd/inftlcore.c prev_block = inftl->VUtable[thisVUC]; thisVUC 583 drivers/mtd/inftlcore.c parity = (nrbits(thisVUC, 16) & 0x1) ? 0x1 : 0; thisVUC 588 drivers/mtd/inftlcore.c oob.u.a.virtualUnitNo = cpu_to_le16(thisVUC); thisVUC 599 drivers/mtd/inftlcore.c oob.u.b.virtualUnitNo = cpu_to_le16(thisVUC); thisVUC 609 drivers/mtd/inftlcore.c inftl->PUtable[writeEUN] = inftl->VUtable[thisVUC]; thisVUC 610 drivers/mtd/inftlcore.c inftl->VUtable[thisVUC] = writeEUN; thisVUC 618 drivers/mtd/inftlcore.c "Unit Chain 0x%x\n", thisVUC); thisVUC 625 drivers/mtd/inftlcore.c static void INFTL_trydeletechain(struct INFTLrecord *inftl, unsigned thisVUC) thisVUC 636 drivers/mtd/inftlcore.c "thisVUC=%d)\n", inftl, thisVUC); thisVUC 641 drivers/mtd/inftlcore.c thisEUN = inftl->VUtable[thisVUC]; thisVUC 644 drivers/mtd/inftlcore.c "Virtual Unit Chain %d!\n", thisVUC); thisVUC 684 drivers/mtd/inftlcore.c "Unit Chain 0x%x\n", thisVUC); thisVUC 699 drivers/mtd/inftlcore.c pr_debug("INFTL: deleting empty VUC %d\n", thisVUC); thisVUC 702 drivers/mtd/inftlcore.c u16 *prevEUN = &inftl->VUtable[thisVUC]; thisVUC 720 drivers/mtd/inftlcore.c thisEUN, thisVUC); thisVUC 742 drivers/mtd/inftlcore.c inftl->VUtable[thisVUC] = BLOCK_NIL; thisVUC 231 drivers/mtd/nftlcore.c static u16 NFTL_foldchain (struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock ) thisVUC 248 drivers/mtd/nftlcore.c thisEUN = nftl->EUNtable[thisVUC]; thisVUC 252 drivers/mtd/nftlcore.c "Virtual Unit Chain %d!\n", thisVUC); thisVUC 296 drivers/mtd/nftlcore.c thisVUC, block); thisVUC 305 drivers/mtd/nftlcore.c thisVUC, block); thisVUC 318 drivers/mtd/nftlcore.c thisVUC); thisVUC 340 drivers/mtd/nftlcore.c thisVUC, block, BlockLastState[block], thisVUC 349 drivers/mtd/nftlcore.c if (pendingblock >= (thisVUC * (nftl->EraseSize / 512)) && thisVUC 350 drivers/mtd/nftlcore.c pendingblock < ((thisVUC + 1)* (nftl->EraseSize / 512)) && thisVUC 351 drivers/mtd/nftlcore.c BlockLastState[pendingblock - (thisVUC * (nftl->EraseSize / 512))] != thisVUC 361 drivers/mtd/nftlcore.c "Trying out-of-place\n", thisVUC); thisVUC 390 drivers/mtd/nftlcore.c pr_debug("Folding chain %d into unit %d\n", thisVUC, targetEUN); thisVUC 397 drivers/mtd/nftlcore.c (pendingblock == (thisVUC * (nftl->EraseSize / 512) + block))) { thisVUC 428 drivers/mtd/nftlcore.c oob.u.a.VirtUnitNum = oob.u.a.SpareVirtUnitNum = cpu_to_le16(thisVUC); thisVUC 441 drivers/mtd/nftlcore.c thisEUN = nftl->EUNtable[thisVUC]; thisVUC 465 drivers/mtd/nftlcore.c nftl->EUNtable[thisVUC] = targetEUN; thisVUC 525 drivers/mtd/nftlcore.c u16 thisVUC = block / (nftl->EraseSize / 512); thisVUC 542 drivers/mtd/nftlcore.c writeEUN = nftl->EUNtable[thisVUC]; thisVUC 575 drivers/mtd/nftlcore.c thisVUC); thisVUC 608 drivers/mtd/nftlcore.c pr_debug("Using desperate==1 to find free EUN to accommodate write to VUC %d\n", thisVUC); thisVUC 629 drivers/mtd/nftlcore.c thisVUC |= 0x8000; /* It's a replacement block */ thisVUC 632 drivers/mtd/nftlcore.c nftl->EUNtable[thisVUC] = writeEUN; thisVUC 643 drivers/mtd/nftlcore.c oob.u.a.VirtUnitNum = oob.u.a.SpareVirtUnitNum = cpu_to_le16(thisVUC); thisVUC 670 drivers/mtd/nftlcore.c thisVUC);