Searched refs:BLOCK_NOTEXPLORED (Results 1 – 3 of 3) sorted by relevance
284 inftl->PUtable[i] = BLOCK_NOTEXPLORED; in find_boot_record()577 if (s->PUtable[first_block] != BLOCK_NOTEXPLORED) in INFTL_mount()588 (s->PUtable[block] != BLOCK_NOTEXPLORED)) { in INFTL_mount()613 if (s->PUtable[block] != BLOCK_NOTEXPLORED) { in INFTL_mount()770 if (s->PUtable[block] == BLOCK_NOTEXPLORED) { in INFTL_mount()
210 nftl->ReplUnitTable[i] = BLOCK_NOTEXPLORED; in find_boot_record()591 if (s->ReplUnitTable[first_block] == BLOCK_NOTEXPLORED) { in NFTL_mount()691 } else if (s->ReplUnitTable[rep_block] != BLOCK_NOTEXPLORED) { in NFTL_mount()771 if (s->ReplUnitTable[block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
17 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro