Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/
Dnftlmount.c213 nftl->ReplUnitTable[i] = BLOCK_NOTEXPLORED; in find_boot_record()
568 if (s->ReplUnitTable[first_block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
666 } else if (s->ReplUnitTable[rep_block] != BLOCK_NOTEXPLORED) { in NFTL_mount()
746 if (s->ReplUnitTable[block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
/linux-2.4.37.9/include/linux/mtd/
Dnftl.h83 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro