Lines Matching refs:BLOCK_NIL
57 nftl->MediaUnit = BLOCK_NIL; in find_boot_record()
58 nftl->SpareMediaUnit = BLOCK_NIL; in find_boot_record()
422 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in check_sectors_in_chain()
424 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in check_sectors_in_chain()
444 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in calc_chain_length()
446 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in calc_chain_length()
482 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in format_chain()
484 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in format_chain()
588 s->EUNtable[i] = BLOCK_NIL; in NFTL_mount()
609 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
646 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
688 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
694 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
702 if (s->ReplUnitTable[rep_block] == BLOCK_NIL && in NFTL_mount()
709 s->EUNtable[first_logical_block] = BLOCK_NIL; in NFTL_mount()
715 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
749 if (first_block1 != BLOCK_NIL) { in NFTL_mount()