Home
last modified time | relevance | path

Searched refs:LastFreeEUN (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/mtd/
Dnftl.h46 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
Dinftl.h40 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
/linux-4.1.27/drivers/mtd/
Dinftlmount.c505 s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks); in INFTL_dumptables()
770 s->LastFreeEUN = BLOCK_NIL; in INFTL_mount()
784 if (s->LastFreeEUN == BLOCK_NIL) in INFTL_mount()
785 s->LastFreeEUN = block; in INFTL_mount()
Dnftlcore.c209 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock()
221 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()
235 "FirstEUN = %d\n", nftl->LastFreeEUN, in NFTL_findfreeblock()
239 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
Dinftlcore.c213 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock()
232 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()
241 "EUN range = %d - %d\n", 0, inftl->LastFreeEUN); in INFTL_findfreeblock()
244 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
Dnftlmount.c773 s->LastFreeEUN = le16_to_cpu(s->MediaHdr.FirstPhysicalEUN); in NFTL_mount()
785 s->LastFreeEUN = block; in NFTL_mount()