Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c460 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
462 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
603 (STp->buffer)->syscall_result = (-EINTR); in st_do_scsi()
605 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
638 STp->buffer->syscall_result = 0; in st_do_scsi()
644 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
649 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in st_do_scsi()
684 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in write_behind_check()
697 if (STbuffer->syscall_result) { in write_behind_check()
745 return (STp->buffer)->syscall_result; in cross_eof()
[all …]
Dosst.c442 (STp->buffer)->syscall_result = (-EINTR); in osst_do_scsi()
444 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
454 (STp->buffer)->syscall_result = (-EINTR); in osst_do_scsi()
456 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
482 STp->buffer->syscall_result = 0; in osst_do_scsi()
487 (STp->buffer)->syscall_result = (-EBUSY); in osst_do_scsi()
491 STp->buffer->syscall_result = osst_chk_result(STp, SRpnt); in osst_do_scsi()
493 if (STp->buffer->syscall_result == 0 && in osst_do_scsi()
525 STp->buffer->syscall_result = osst_chk_result(STp, STp->buffer->last_SRpnt); in osst_write_behind_check()
527 if (STp->buffer->syscall_result) in osst_write_behind_check()
[all …]
Dst.h45 int syscall_result; member
Dosst.h520 int syscall_result; member