Searched refs:BLOCK_NOTEXPLORED (Results 1 – 2 of 2) sorted by relevance
213 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()
83 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro