thisEUN           240 drivers/mtd/inftlcore.c 	unsigned int thisEUN, prevEUN, status;
thisEUN           253 drivers/mtd/inftlcore.c 	thisEUN = targetEUN = inftl->VUtable[thisVUC];
thisEUN           255 drivers/mtd/inftlcore.c 	if (thisEUN == BLOCK_NIL) {
thisEUN           266 drivers/mtd/inftlcore.c 	while (thisEUN < inftl->nb_blocks) {
thisEUN           272 drivers/mtd/inftlcore.c 			if (inftl_read_oob(mtd, (thisEUN * inftl->EraseSize)
thisEUN           284 drivers/mtd/inftlcore.c 				BlockMap[block] = thisEUN;
thisEUN           292 drivers/mtd/inftlcore.c 					block, thisEUN, status);
thisEUN           303 drivers/mtd/inftlcore.c 		thisEUN = inftl->PUtable[thisEUN];
thisEUN           365 drivers/mtd/inftlcore.c 		thisEUN = inftl->VUtable[thisVUC];
thisEUN           367 drivers/mtd/inftlcore.c 		while (inftl->PUtable[thisEUN] != BLOCK_NIL) {
thisEUN           368 drivers/mtd/inftlcore.c 			prevEUN = thisEUN;
thisEUN           369 drivers/mtd/inftlcore.c 			thisEUN = inftl->PUtable[thisEUN];
thisEUN           373 drivers/mtd/inftlcore.c 		if (thisEUN == targetEUN)
thisEUN           380 drivers/mtd/inftlcore.c 		if (INFTL_formatblock(inftl, thisEUN) < 0) {
thisEUN           384 drivers/mtd/inftlcore.c 			inftl->PUtable[thisEUN] = BLOCK_RESERVED;
thisEUN           387 drivers/mtd/inftlcore.c 			inftl->PUtable[thisEUN] = BLOCK_FREE;
thisEUN           463 drivers/mtd/inftlcore.c 	unsigned int thisEUN, writeEUN, prev_block, status;
thisEUN           481 drivers/mtd/inftlcore.c 		thisEUN = inftl->VUtable[thisVUC];
thisEUN           484 drivers/mtd/inftlcore.c 		while (thisEUN <= inftl->lastEUN) {
thisEUN           485 drivers/mtd/inftlcore.c 			inftl_read_oob(mtd, (thisEUN * inftl->EraseSize) +
thisEUN           494 drivers/mtd/inftlcore.c 				writeEUN = thisEUN;
thisEUN           517 drivers/mtd/inftlcore.c 			thisEUN = inftl->PUtable[thisEUN];
thisEUN           537 drivers/mtd/inftlcore.c 			thisEUN = INFTL_makefreeblock(inftl, block);
thisEUN           571 drivers/mtd/inftlcore.c 		thisEUN = inftl->VUtable[thisVUC];
thisEUN           572 drivers/mtd/inftlcore.c 		if (thisEUN != BLOCK_NIL) {
thisEUN           573 drivers/mtd/inftlcore.c 			inftl_read_oob(mtd, thisEUN * inftl->EraseSize
thisEUN           630 drivers/mtd/inftlcore.c 	unsigned int thisEUN, status;
thisEUN           641 drivers/mtd/inftlcore.c 	thisEUN = inftl->VUtable[thisVUC];
thisEUN           642 drivers/mtd/inftlcore.c 	if (thisEUN == BLOCK_NIL) {
thisEUN           653 drivers/mtd/inftlcore.c 	while (thisEUN < inftl->nb_blocks) {
thisEUN           658 drivers/mtd/inftlcore.c 			if (inftl_read_oob(mtd, (thisEUN * inftl->EraseSize)
thisEUN           678 drivers/mtd/inftlcore.c 					block, thisEUN, status);
thisEUN           688 drivers/mtd/inftlcore.c 		thisEUN = inftl->PUtable[thisEUN];
thisEUN           703 drivers/mtd/inftlcore.c 		thisEUN = *prevEUN;
thisEUN           706 drivers/mtd/inftlcore.c 		if (thisEUN == BLOCK_NIL) {
thisEUN           707 drivers/mtd/inftlcore.c 			pr_debug("INFTL: Empty VUC %d for deletion was already absent\n", thisEUN);
thisEUN           712 drivers/mtd/inftlcore.c 		while (inftl->PUtable[thisEUN] != BLOCK_NIL) {
thisEUN           713 drivers/mtd/inftlcore.c 			BUG_ON(thisEUN >= inftl->nb_blocks);
thisEUN           715 drivers/mtd/inftlcore.c 			prevEUN = &inftl->PUtable[thisEUN];
thisEUN           716 drivers/mtd/inftlcore.c 			thisEUN = *prevEUN;
thisEUN           720 drivers/mtd/inftlcore.c 		      thisEUN, thisVUC);
thisEUN           722 drivers/mtd/inftlcore.c 		if (INFTL_formatblock(inftl, thisEUN) < 0) {
thisEUN           726 drivers/mtd/inftlcore.c 			inftl->PUtable[thisEUN] = BLOCK_RESERVED;
thisEUN           729 drivers/mtd/inftlcore.c 			inftl->PUtable[thisEUN] = BLOCK_FREE;
thisEUN           747 drivers/mtd/inftlcore.c 	unsigned int thisEUN = inftl->VUtable[block / (inftl->EraseSize / SECTORSIZE)];
thisEUN           758 drivers/mtd/inftlcore.c 	while (thisEUN < inftl->nb_blocks) {
thisEUN           759 drivers/mtd/inftlcore.c 		if (inftl_read_oob(mtd, (thisEUN * inftl->EraseSize) +
thisEUN           770 drivers/mtd/inftlcore.c 			thisEUN = BLOCK_NIL;
thisEUN           777 drivers/mtd/inftlcore.c 				block, thisEUN, status);
thisEUN           787 drivers/mtd/inftlcore.c 		thisEUN = inftl->PUtable[thisEUN];
thisEUN           791 drivers/mtd/inftlcore.c 	if (thisEUN != BLOCK_NIL) {
thisEUN           792 drivers/mtd/inftlcore.c 		loff_t ptr = (thisEUN * inftl->EraseSize) + blockofs;
thisEUN           856 drivers/mtd/inftlcore.c 	unsigned int thisEUN = inftl->VUtable[block / (inftl->EraseSize / SECTORSIZE)];
thisEUN           867 drivers/mtd/inftlcore.c 	while (thisEUN < inftl->nb_blocks) {
thisEUN           868 drivers/mtd/inftlcore.c 		if (inftl_read_oob(mtd, (thisEUN * inftl->EraseSize) +
thisEUN           876 drivers/mtd/inftlcore.c 			thisEUN = BLOCK_NIL;
thisEUN           886 drivers/mtd/inftlcore.c 				block, thisEUN, status);
thisEUN           897 drivers/mtd/inftlcore.c 		thisEUN = inftl->PUtable[thisEUN];
thisEUN           901 drivers/mtd/inftlcore.c 	if (thisEUN == BLOCK_NIL) {
thisEUN           906 drivers/mtd/inftlcore.c 		loff_t ptr = (thisEUN * inftl->EraseSize) + blockofs;
thisEUN           237 drivers/mtd/nftlcore.c 	unsigned int thisEUN;
thisEUN           248 drivers/mtd/nftlcore.c 	thisEUN = nftl->EUNtable[thisVUC];
thisEUN           250 drivers/mtd/nftlcore.c 	if (thisEUN == BLOCK_NIL) {
thisEUN           261 drivers/mtd/nftlcore.c 	while (thisEUN <= nftl->lastEUN ) {
thisEUN           264 drivers/mtd/nftlcore.c 		targetEUN = thisEUN;
thisEUN           266 drivers/mtd/nftlcore.c 			nftl_read_oob(mtd, (thisEUN * nftl->EraseSize) +
thisEUN           272 drivers/mtd/nftlcore.c 					pr_debug("Write Inhibited on EUN %d\n", thisEUN);
thisEUN           291 drivers/mtd/nftlcore.c 					BlockMap[block] = thisEUN;
thisEUN           312 drivers/mtd/nftlcore.c 				       block, thisEUN, status);
thisEUN           322 drivers/mtd/nftlcore.c 		thisEUN = nftl->ReplUnitTable[thisEUN];
thisEUN           441 drivers/mtd/nftlcore.c 	thisEUN = nftl->EUNtable[thisVUC];
thisEUN           446 drivers/mtd/nftlcore.c 	while (thisEUN <= nftl->lastEUN && thisEUN != targetEUN) {
thisEUN           449 drivers/mtd/nftlcore.c 		EUNtmp = nftl->ReplUnitTable[thisEUN];
thisEUN           451 drivers/mtd/nftlcore.c 		if (NFTL_formatblock(nftl, thisEUN) < 0) {
thisEUN           454 drivers/mtd/nftlcore.c 			nftl->ReplUnitTable[thisEUN] = BLOCK_RESERVED;
thisEUN           457 drivers/mtd/nftlcore.c 			nftl->ReplUnitTable[thisEUN] = BLOCK_FREE;
thisEUN           460 drivers/mtd/nftlcore.c 		thisEUN = EUNtmp;
thisEUN           707 drivers/mtd/nftlcore.c 	u16 thisEUN = nftl->EUNtable[block / (nftl->EraseSize / 512)];
thisEUN           716 drivers/mtd/nftlcore.c 	if (thisEUN != BLOCK_NIL) {
thisEUN           717 drivers/mtd/nftlcore.c 		while (thisEUN < nftl->nb_blocks) {
thisEUN           718 drivers/mtd/nftlcore.c 			if (nftl_read_oob(mtd, (thisEUN * nftl->EraseSize) +
thisEUN           733 drivers/mtd/nftlcore.c 				lastgoodEUN = thisEUN;
thisEUN           739 drivers/mtd/nftlcore.c 				       block, thisEUN, status);
thisEUN           748 drivers/mtd/nftlcore.c 			thisEUN = nftl->ReplUnitTable[thisEUN];