Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dinftlcore.c629 unsigned char BlockUsed[MAX_SECTORS_PER_UNIT]; in INFTL_trydeletechain() local
639 memset(BlockUsed, 0, sizeof(BlockUsed)); in INFTL_trydeletechain()
656 if (BlockUsed[block] || BlockDeleted[block]) in INFTL_trydeletechain()
671 BlockUsed[block] = 1; in INFTL_trydeletechain()
693 if (BlockUsed[block]) in INFTL_trydeletechain()