LastFreeEUN       200 drivers/mtd/inftlcore.c 	u16 pot = inftl->LastFreeEUN;
LastFreeEUN       219 drivers/mtd/inftlcore.c 			inftl->LastFreeEUN = pot;
LastFreeEUN       228 drivers/mtd/inftlcore.c 				"EUN range = %d - %d\n", 0, inftl->LastFreeEUN);
LastFreeEUN       231 drivers/mtd/inftlcore.c 	} while (pot != inftl->LastFreeEUN);
LastFreeEUN       501 drivers/mtd/inftlmount.c 		s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks);
LastFreeEUN       766 drivers/mtd/inftlmount.c 	s->LastFreeEUN = BLOCK_NIL;
LastFreeEUN       780 drivers/mtd/inftlmount.c 			if (s->LastFreeEUN == BLOCK_NIL)
LastFreeEUN       781 drivers/mtd/inftlmount.c 				s->LastFreeEUN = block;
LastFreeEUN       196 drivers/mtd/nftlcore.c 	u16 pot = nftl->LastFreeEUN;
LastFreeEUN       208 drivers/mtd/nftlcore.c 			nftl->LastFreeEUN = pot;
LastFreeEUN       222 drivers/mtd/nftlcore.c 			       "FirstEUN = %d\n", nftl->LastFreeEUN,
LastFreeEUN       226 drivers/mtd/nftlcore.c 	} while (pot != nftl->LastFreeEUN);
LastFreeEUN       768 drivers/mtd/nftlmount.c 	s->LastFreeEUN = le16_to_cpu(s->MediaHdr.FirstPhysicalEUN);
LastFreeEUN       780 drivers/mtd/nftlmount.c 			s->LastFreeEUN = block;
LastFreeEUN        41 include/linux/mtd/inftl.h 	__u16 LastFreeEUN;		/* To speed up finding a free EUN */
LastFreeEUN        32 include/linux/mtd/nftl.h 	__u16 LastFreeEUN; 		/* To speed up finding a free EUN */