Searched refs:scsi_end_request (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi_lib.c624 static bool scsi_end_request(struct request *req, blk_status_t error, function
645 * call_rcu() has been called before scsi_end_request() is
932 if (!scsi_end_request(req, blk_stat, scsi_rq_err_bytes(req)))
1043 * c) We can call scsi_end_request() with blk_stat other than
1068 if (likely(!scsi_end_request(req, blk_stat, good_bytes)))
1074 if (scsi_end_request(req, blk_stat, blk_rq_bytes(req)))
1775 * this request, see scsi_end_request().

Completed in 199 milliseconds