Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dst.c460 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
462 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
604 (STp->buffer)->syscall_result = (-EINTR); in st_do_scsi()
606 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
639 STp->buffer->syscall_result = 0; in st_do_scsi()
645 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
650 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in st_do_scsi()
685 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in write_behind_check()
698 if (STbuffer->syscall_result) { in write_behind_check()
746 return (STp->buffer)->syscall_result; in cross_eof()
[all …]
Dosst.c445 (STp->buffer)->syscall_result = (-EINTR); in osst_do_scsi()
447 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
457 (STp->buffer)->syscall_result = (-EINTR); in osst_do_scsi()
459 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
485 STp->buffer->syscall_result = 0; in osst_do_scsi()
490 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
494 STp->buffer->syscall_result = osst_chk_result(STp, SRpnt); in osst_do_scsi()
496 if (STp->buffer->syscall_result == 0 && in osst_do_scsi()
528 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt); in osst_write_behind_check()
530 if (STp->buffer->syscall_result) in osst_write_behind_check()
[all …]
Dst.h46 int syscall_result; member
Dosst.h521 int syscall_result; member