Home
last modified time | relevance | path

Searched refs:BLOCK_RESERVED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dnftlmount.c135 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record()
207 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()
214 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record()
236 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()
240 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record()
470 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in format_chain()
626 s->ReplUnitTable[block] = BLOCK_RESERVED; in NFTL_mount()
774 s->ReplUnitTable[block] = BLOCK_RESERVED; in NFTL_mount()
H A Dinftlmount.c281 inftl->PUtable[i] = BLOCK_RESERVED; in find_boot_record()
287 inftl->PUtable[block] = BLOCK_RESERVED; in find_boot_record()
297 inftl->PUtable[i] = BLOCK_RESERVED; in find_boot_record()
449 inftl->PUtable[block] = BLOCK_RESERVED; in format_chain()
720 if (block >= BLOCK_RESERVED) in INFTL_mount()
774 s->PUtable[block] = BLOCK_RESERVED; in INFTL_mount()
H A Dinftlcore.c384 inftl->PUtable[thisEUN] = BLOCK_RESERVED; in INFTL_foldchain()
726 inftl->PUtable[thisEUN] = BLOCK_RESERVED; in INFTL_trydeletechain()
H A Dnftlcore.c454 nftl->ReplUnitTable[thisEUN] = BLOCK_RESERVED; in NFTL_foldchain()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnftl.h18 #define BLOCK_RESERVED 0xfffc /* bios block or bad block */ macro