Home
last modified time | relevance | path

Searched refs:last_SRpnt (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.h22 Scsi_Request *last_SRpnt; member
Dosst.h524 Scsi_Request *last_SRpnt; member
Dst.c353 (STp->buffer)->last_SRpnt = SCpnt->sc_request; in st_sleep_done()
426 (STp->buffer)->last_SRpnt->sr_request.waiting = NULL; in write_behind_check()
428 (STp->buffer)->syscall_result = st_chk_result(STp, (STp->buffer)->last_SRpnt); in write_behind_check()
429 scsi_release_request((STp->buffer)->last_SRpnt); in write_behind_check()
Dosst.c293 (STp->buffer)->last_SRpnt = SCpnt->sc_request; in osst_sleep_done()
384 (STp->buffer)->last_SRpnt->sr_request.waiting = NULL; in osst_write_behind_check()
386 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt); in osst_write_behind_check()
390 osst_write_error_recovery(STp, &((STp->buffer)->last_SRpnt), 1); in osst_write_behind_check()
394 scsi_release_request((STp->buffer)->last_SRpnt); in osst_write_behind_check()
2870 if (SRpnt == (STp->buffer)->last_SRpnt) in osst_flush_write_buffer()