Home
last modified time | relevance | path

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

/drivers/scsi/
Dst.h47 struct st_request *last_SRpnt; member
Dosst.h522 struct osst_request *last_SRpnt; member
Dst.c600 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
619 (STp->buffer)->last_SRpnt = SRpnt; in st_do_scsi()
646 (STp->buffer)->last_SRpnt = NULL; in st_do_scsi()
681 SRpnt = STbuffer->last_SRpnt; in write_behind_check()
682 STbuffer->last_SRpnt = NULL; in write_behind_check()
4316 tpnt->buffer->last_SRpnt = NULL; in st_probe()
Dosst.c441 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in osst_do_scsi()
468 (STp->buffer)->last_SRpnt = SRpnt; in osst_do_scsi()
526 STp->buffer->last_SRpnt->waiting = NULL; in osst_write_behind_check()
528 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt); in osst_write_behind_check()
532 osst_write_error_recovery(STp, &(STp->buffer->last_SRpnt), 1); in osst_write_behind_check()
536 osst_release_request(STp->buffer->last_SRpnt); in osst_write_behind_check()
541 STbuffer->last_SRpnt = NULL; in osst_write_behind_check()
3065 if (SRpnt == (STp->buffer)->last_SRpnt) in osst_flush_write_buffer()