Searched refs:BLOCK_NOTEXPLORED (Results 1 – 3 of 3) sorted by relevance
297 inftl->PUtable[i] = BLOCK_NOTEXPLORED; in find_boot_record()581 if (s->PUtable[first_block] != BLOCK_NOTEXPLORED) in INFTL_mount()592 (s->PUtable[block] != BLOCK_NOTEXPLORED)) { in INFTL_mount()617 if (s->PUtable[block] != BLOCK_NOTEXPLORED) { in INFTL_mount()774 if (s->PUtable[block] == BLOCK_NOTEXPLORED) { in INFTL_mount()
221 nftl->ReplUnitTable[i] = BLOCK_NOTEXPLORED; in find_boot_record()595 if (s->ReplUnitTable[first_block] == BLOCK_NOTEXPLORED) { in NFTL_mount()696 } else if (s->ReplUnitTable[rep_block] != BLOCK_NOTEXPLORED) { in NFTL_mount()776 if (s->ReplUnitTable[block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
31 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro