Lines Matching refs:good_bytes
1990 unsigned int transferred, good_bytes;
2024 good_bytes = logical_to_bytes(sdev, bad_lba - start_lba);
2026 return min(good_bytes, transferred);
2039 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt);
2058 good_bytes = blk_rq_bytes(req);
2061 good_bytes = 0;
2097 good_bytes = sd_completed_bytes(SCpnt);
2100 good_bytes = scsi_bufflen(SCpnt);
2112 good_bytes = sd_completed_bytes(SCpnt);
2117 good_bytes = sd_completed_bytes(SCpnt);
2144 good_bytes = sd_zbc_complete(SCpnt, good_bytes, &sshdr);
2148 good_bytes, scsi_bufflen(SCpnt)));
2150 return good_bytes;