Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c474 stp->buffer->syscall_result = -EINTR; in st_allocate_request()
476 stp->buffer->syscall_result = -EBUSY; in st_allocate_request()
621 (STp->buffer)->syscall_result = (-EINTR); in st_do_scsi()
623 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
656 STp->buffer->syscall_result = 0; in st_do_scsi()
662 (STp->buffer)->syscall_result = (-EBUSY); in st_do_scsi()
667 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in st_do_scsi()
702 (STp->buffer)->syscall_result = st_chk_result(STp, SRpnt); in write_behind_check()
715 if (STbuffer->syscall_result) { in write_behind_check()
763 return (STp->buffer)->syscall_result; in cross_eof()
[all...]
H A Dst.h45 int syscall_result; member