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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dnftlcore.c253 static u16 NFTL_foldchain (struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock )
372 if (pendingblock >= (thisVUC * (nftl->EraseSize / 512)) &&
373 pendingblock < ((thisVUC + 1)* (nftl->EraseSize / 512)) &&
374 BlockLastState[pendingblock - (thisVUC * (nftl->EraseSize / 512))] !=
420 (pendingblock == (thisVUC * (nftl->EraseSize / 512) + block))) {
488 static u16 NFTL_makefreeblock( struct NFTLrecord *nftl , unsigned pendingblock) argument
534 return NFTL_foldchain (nftl, LongestChain, pendingblock);
H A Dinftlcore.c251 static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned pendingblock) argument
263 "pending=%d)\n", inftl, thisVUC, pendingblock);
337 if (BlockMap[block] == targetEUN || (pendingblock ==
410 static u16 INFTL_makefreeblock(struct INFTLrecord *inftl, unsigned pendingblock) argument
425 "pending=%d)\n", inftl, pendingblock);
459 return INFTL_foldchain(inftl, LongestChain, pendingblock);

Completed in 72 milliseconds