Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dinftlmount.c277 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()
H A Dnftlmount.c207 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()
/openbmc/linux/include/linux/mtd/
H A Dnftl.h17 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ macro