Lines Matching refs:BLOCK_NIL
57 nftl->MediaUnit = BLOCK_NIL; in find_boot_record()
58 nftl->SpareMediaUnit = BLOCK_NIL; in find_boot_record()
430 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in check_sectors_in_chain()
432 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in check_sectors_in_chain()
452 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in calc_chain_length()
454 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in calc_chain_length()
490 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in format_chain()
492 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in format_chain()
596 s->EUNtable[i] = BLOCK_NIL; in NFTL_mount()
617 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
653 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
695 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
701 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
709 if (s->ReplUnitTable[rep_block] == BLOCK_NIL && in NFTL_mount()
716 s->EUNtable[first_logical_block] = BLOCK_NIL; in NFTL_mount()
722 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
756 if (first_block1 != BLOCK_NIL) { in NFTL_mount()