Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.h46 struct st_request *last_SRpnt; member
Dosst.h521 struct osst_request *last_SRpnt; member
Dst.c599 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
618 (STp->buffer)->last_SRpnt = SRpnt; in st_do_scsi()
645 (STp->buffer)->last_SRpnt = NULL; in st_do_scsi()
680 SRpnt = STbuffer->last_SRpnt; in write_behind_check()
681 STbuffer->last_SRpnt = NULL; in write_behind_check()
4212 tpnt->buffer->last_SRpnt = NULL; in st_probe()
Dosst.c438 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in osst_do_scsi()
465 (STp->buffer)->last_SRpnt = SRpnt; in osst_do_scsi()
523 STp->buffer->last_SRpnt->waiting = NULL; in osst_write_behind_check()
525 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt); in osst_write_behind_check()
529 osst_write_error_recovery(STp, &(STp->buffer->last_SRpnt), 1); in osst_write_behind_check()
533 osst_release_request(STp->buffer->last_SRpnt); in osst_write_behind_check()
538 STbuffer->last_SRpnt = NULL; in osst_write_behind_check()
3062 if (SRpnt == (STp->buffer)->last_SRpnt) in osst_flush_write_buffer()