Lines Matching refs:BLOCK_NIL
44 nftl->MediaUnit = BLOCK_NIL; in find_boot_record()
45 nftl->SpareMediaUnit = BLOCK_NIL; in find_boot_record()
415 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in check_sectors_in_chain()
417 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in check_sectors_in_chain()
437 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in calc_chain_length()
439 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in calc_chain_length()
475 if (!(block == BLOCK_NIL || block < nftl->nb_blocks)) in format_chain()
477 if (block == BLOCK_NIL || block >= nftl->nb_blocks) in format_chain()
581 s->EUNtable[i] = BLOCK_NIL; in NFTL_mount()
602 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
638 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
680 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
686 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
694 if (s->ReplUnitTable[rep_block] == BLOCK_NIL && in NFTL_mount()
701 s->EUNtable[first_logical_block] = BLOCK_NIL; in NFTL_mount()
707 s->ReplUnitTable[block] = BLOCK_NIL; in NFTL_mount()
741 if (first_block1 != BLOCK_NIL) { in NFTL_mount()