Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Dnftl.h32 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
Dinftl.h41 __u16 LastFreeEUN; /* To speed up finding a free EUN */ member
/kernel/linux/linux-5.10/drivers/mtd/
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()
Dinftlmount.c501 s->LastFreeEUN, s->nb_blocks, s->nb_boot_blocks); in INFTL_dumptables()
766 s->LastFreeEUN = BLOCK_NIL; in INFTL_mount()
780 if (s->LastFreeEUN == BLOCK_NIL) in INFTL_mount()
781 s->LastFreeEUN = block; in INFTL_mount()
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()
Dnftlmount.c768 s->LastFreeEUN = le16_to_cpu(s->MediaHdr.FirstPhysicalEUN); in NFTL_mount()
780 s->LastFreeEUN = block; in NFTL_mount()