Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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 Dnftlcore.c196 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock()
208 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()
222 "FirstEUN = %d\n", nftl->LastFreeEUN, in NFTL_findfreeblock()
226 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
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()