Searched refs:BLOCK_NOTEXPLORED (Results 1 – 3 of 3) sorted by relevance
277 inftl->PUtable[i] = BLOCK_NOTEXPLORED; in find_boot_record()566 if (s->PUtable[first_block] != BLOCK_NOTEXPLORED) in INFTL_mount()577 (s->PUtable[block] != BLOCK_NOTEXPLORED)) { in INFTL_mount()602 if (s->PUtable[block] != BLOCK_NOTEXPLORED) { in INFTL_mount()759 if (s->PUtable[block] == BLOCK_NOTEXPLORED) { in INFTL_mount()
207 nftl->ReplUnitTable[i] = BLOCK_NOTEXPLORED; in find_boot_record()588 if (s->ReplUnitTable[first_block] == BLOCK_NOTEXPLORED) { in NFTL_mount()688 } else if (s->ReplUnitTable[rep_block] != BLOCK_NOTEXPLORED) { in NFTL_mount()768 if (s->ReplUnitTable[block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
17 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro