Lines Matching refs:good_bytes
2069 unsigned int transferred, good_bytes;
2103 good_bytes = logical_to_bytes(sdev, bad_lba - start_lba);
2105 return min(good_bytes, transferred);
2118 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt);
2136 good_bytes = blk_rq_bytes(req);
2139 good_bytes = 0;
2175 good_bytes = sd_completed_bytes(SCpnt);
2178 good_bytes = scsi_bufflen(SCpnt);
2190 good_bytes = sd_completed_bytes(SCpnt);
2195 good_bytes = sd_completed_bytes(SCpnt);
2222 good_bytes = sd_zbc_complete(SCpnt, good_bytes, &sshdr);
2226 good_bytes, scsi_bufflen(SCpnt)));
2228 return good_bytes;