Searched refs:good_bytes (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/scsi/ |
| D | scsi.c | 173 unsigned int good_bytes; in scsi_finish_command() local 192 good_bytes = scsi_bufflen(cmd); in scsi_finish_command() 194 int old_good_bytes = good_bytes; in scsi_finish_command() 197 good_bytes = drv->done(cmd); in scsi_finish_command() 204 if (good_bytes == old_good_bytes) in scsi_finish_command() 205 good_bytes -= scsi_get_resid(cmd); in scsi_finish_command() 207 scsi_io_completion(cmd, good_bytes); in scsi_finish_command()
|
| D | sd_zbc.c | 442 unsigned int good_bytes) in sd_zbc_zone_wp_update() argument 462 good_bytes = 0; in sd_zbc_zone_wp_update() 484 good_bytes >> SECTOR_SHIFT; in sd_zbc_zone_wp_update() 503 return good_bytes; in sd_zbc_zone_wp_update() 515 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, in sd_zbc_complete() argument 532 good_bytes = sd_zbc_zone_wp_update(cmd, good_bytes); in sd_zbc_complete() 537 return good_bytes; in sd_zbc_complete()
|
| D | sd.h | 224 unsigned int sd_zbc_complete(struct scsi_cmnd *cmd, unsigned int good_bytes, 255 unsigned int good_bytes, struct scsi_sense_hdr *sshdr) in sd_zbc_complete() argument 257 return good_bytes; in sd_zbc_complete()
|
| D | sr.c | 333 int good_bytes = (result == 0 ? this_count : 0); in sr_done() local 366 good_bytes = (error_sector - blk_rq_pos(rq)) << 9; in sr_done() 367 if (good_bytes < 0 || good_bytes >= this_count) in sr_done() 368 good_bytes = 0; in sr_done() 383 good_bytes = this_count; in sr_done() 391 return good_bytes; in sr_done()
|
| D | sd.c | 1943 unsigned int transferred, good_bytes; in sd_completed_bytes() local 1977 good_bytes = logical_to_bytes(sdev, bad_lba - start_lba); in sd_completed_bytes() 1979 return min(good_bytes, transferred); in sd_completed_bytes() 1992 unsigned int good_bytes = result ? 0 : scsi_bufflen(SCpnt); in sd_done() local 2011 good_bytes = blk_rq_bytes(req); in sd_done() 2014 good_bytes = 0; in sd_done() 2050 good_bytes = sd_completed_bytes(SCpnt); in sd_done() 2053 good_bytes = scsi_bufflen(SCpnt); in sd_done() 2065 good_bytes = sd_completed_bytes(SCpnt); in sd_done() 2070 good_bytes = sd_completed_bytes(SCpnt); in sd_done() [all …]
|
| D | scsi_lib.c | 908 void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes) in scsi_io_completion() argument 931 blk_rq_sectors(req), good_bytes)); in scsi_io_completion() 938 if (likely(!scsi_end_request(req, blk_stat, good_bytes))) in scsi_io_completion()
|
| /Linux-v5.15/fs/nfs/ |
| D | read.c | 161 if (bytes > hdr->good_bytes) { in nfs_read_completion() 166 } else if (hdr->good_bytes - bytes < req->wb_bytes) { in nfs_read_completion() 169 start += hdr->good_bytes - bytes; in nfs_read_completion() 177 if (bytes <= hdr->good_bytes) in nfs_read_completion() 283 if (hdr->good_bytes > new) { in nfs_readpage_result() 284 hdr->good_bytes = new; in nfs_readpage_result()
|
| D | direct.c | 139 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes() 304 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion() 715 if (hdr->good_bytes != 0 && nfs_write_need_commit(hdr)) { in nfs_direct_write_completion() 765 hdr->good_bytes = hdr->args.offset + hdr->args.count - in nfs_direct_write_reschedule_io()
|
| D | pagelist.c | 68 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init() 85 if (hdr->good_bytes > new) { in nfs_set_pgio_error() 86 hdr->good_bytes = new; in nfs_set_pgio_error()
|
| D | write.c | 1003 (hdr->good_bytes < bytes)) { in nfs_write_completion()
|
| /Linux-v5.15/include/linux/ |
| D | nfs_xdr.h | 1621 unsigned int good_bytes; /* boundary of good data */ member
|