Searched refs:BLOCK_RESERVED (Results 1 – 5 of 5) sorted by relevance
135 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record() 204 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record() 211 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in find_boot_record() 233 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record() 237 nftl->ReplUnitTable[i] = BLOCK_RESERVED; in find_boot_record() 355 for setting the ReplUnitTable to BLOCK_RESERVED on failure) */ in NFTL_formatblock() 467 nftl->ReplUnitTable[block] = BLOCK_RESERVED; in format_chain() 623 s->ReplUnitTable[block] = BLOCK_RESERVED; in NFTL_mount() 771 s->ReplUnitTable[block] = BLOCK_RESERVED; in NFTL_mount()
274 inftl->PUtable[i] = BLOCK_RESERVED; in find_boot_record() 280 inftl->PUtable[block] = BLOCK_RESERVED; in find_boot_record() 290 inftl->PUtable[i] = BLOCK_RESERVED; in find_boot_record() 414 for setting the PUtable to BLOCK_RESERVED on failure) */ in INFTL_formatblock() 442 inftl->PUtable[block] = BLOCK_RESERVED; in format_chain() 709 if (block >= BLOCK_RESERVED) in INFTL_mount() 763 s->PUtable[block] = BLOCK_RESERVED; in INFTL_mount()
384 inftl->PUtable[thisEUN] = BLOCK_RESERVED; in INFTL_foldchain() 727 inftl->PUtable[thisEUN] = BLOCK_RESERVED; in INFTL_trydeletechain()
453 nftl->ReplUnitTable[thisEUN] = BLOCK_RESERVED; in NFTL_foldchain()
18 #define BLOCK_RESERVED 0xfffc /* bios block or bad block */ macro