Lines Matching refs:old_defect
1885 register struct scsi_bfi_defect *old_defect, *old_defect1;
1900 old_defect = def_list->list;
1909 cp = (unsigned char *)old_defect;
1911 new_defect->head = old_defect->head;
1912 new_defect->bfi = (int)old_defect->bytes_from_index;
1915 old_defect1 = old_defect++;
1918 * Since we reached the end of the list, old_defect
1929 nbfi = (int)old_defect->bytes_from_index;
1933 cp = (unsigned char *)old_defect;
1943 (old_defect->head == old_defect1->head) &&
1945 old_defect1 = old_defect++;
1946 cp = (unsigned char *)old_defect;
1950 nbfi = (int)old_defect->bytes_from_index;