Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dnftl.h32 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
H A Dinftl.h41 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
/linux/drivers/mtd/
H A Dinftlmount.c494 s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks); in INFTL_dumptables()
755 s->LastFreeEUN = BLOCK_NIL; in INFTL_mount()
769 if (s->LastFreeEUN == BLOCK_NIL) in INFTL_mount()
770 s->LastFreeEUN = block; in INFTL_mount()
H A Dinftlcore.c200 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock()
219 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()
228 "EUN range = %d - %d\n", 0, inftl->LastFreeEUN); in INFTL_findfreeblock()
231 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
H A Dnftlmount.c765 s->LastFreeEUN = le16_to_cpu(s->MediaHdr.FirstPhysicalEUN); in NFTL_mount()
777 s->LastFreeEUN = block; in NFTL_mount()