taglinefilesource code
this_count_max654drivers/scsi/sd.cint count, this_count_max;
this_count_max659drivers/scsi/sd.cthis_count_max = (rscsi_disks[dev].ten ? 0xffff : 0xff);
this_count_max663drivers/scsi/sd.cif ((this_count + (bh->b_size >> 9)) > this_count_max) break;
this_count_max723drivers/scsi/sr.cint count, this_count_max;
this_count_max727drivers/scsi/sr.cthis_count_max = (scsi_CDs[dev].ten ? 0xffff : 0xff) << 4;
this_count_max733drivers/scsi/sr.cif ((this_count + (bh->b_size >> 9)) > this_count_max) break;