Searched refs:NFTL_findfreeblock (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mtd/
H A Dnftlcore.c200 /* NFTL_findfreeblock: Find a free Erase Unit on the NFTL partition. This function is used
203 static u16 NFTL_findfreeblock(struct NFTLrecord *nftl, int desperate ) NFTL_findfreeblock() function
214 pr_debug("NFTL_findfreeblock: there are too few free EUNs\n"); NFTL_findfreeblock()
376 targetEUN = NFTL_findfreeblock(nftl, 1); NFTL_foldchain()
385 "NFTL_findfreeblock(desperate) returns 0xffff.\n"); NFTL_foldchain()
600 writeEUN = NFTL_findfreeblock(nftl, 0); NFTL_findwriteunit()
617 last time we called NFTL_findfreeblock(), NFTL_findwriteunit()
622 writeEUN = NFTL_findfreeblock(nftl, 1); NFTL_findwriteunit()

Completed in 32 milliseconds