Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dinftlcore.c641 unsigned char BlockUsed[MAX_SECTORS_PER_UNIT]; in INFTL_trydeletechain() local
651 memset(BlockUsed, 0, sizeof(BlockUsed)); in INFTL_trydeletechain()
668 if (BlockUsed[block] || BlockDeleted[block]) in INFTL_trydeletechain()
683 BlockUsed[block] = 1; in INFTL_trydeletechain()
705 if (BlockUsed[block]) in INFTL_trydeletechain()