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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlcore.c241 static u16 NFTL_foldchain (struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock )
360 if (pendingblock >= (thisVUC * (nftl->EraseSize / 512)) &&
361 pendingblock < ((thisVUC + 1)* (nftl->EraseSize / 512)) &&
362 BlockLastState[pendingblock - (thisVUC * (nftl->EraseSize / 512))] !=
408 (pendingblock == (thisVUC * (nftl->EraseSize / 512) + block))) {
476 static u16 NFTL_makefreeblock( struct NFTLrecord *nftl , unsigned pendingblock) argument
522 return NFTL_foldchain (nftl, LongestChain, pendingblock);
H A Dinftlcore.c254 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) argument
266 "pending=%d)\n", inftl, thisVUC, pendingblock);
339 if (BlockMap[block] == targetEUN || (pendingblock ==
409 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) argument
424 "pending=%d)\n", inftl, pendingblock);
458 return INFTL_foldchain(inftl, LongestChain, pendingblock);

Completed in 52 milliseconds