Searched refs:cross_eof (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | st.c | 725 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() function 858 result = cross_eof(STp, 0); /* Back over the EOF hit */ in flush_buffer() 1404 cross_eof(STp, 0); in st_flush() 1423 result = cross_eof(STp, 0); in st_flush() 1433 !(result = cross_eof(STp, 1))) || in st_flush()
|
D | osst.c | 2857 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() function 3225 result = cross_eof(STp, aSRpnt, 0); /* Back over the EOF hit */ in osst_flush_buffer() 4866 result = cross_eof(STp, &SRpnt, 0); in os_scsi_tape_flush() 4878 !(result = cross_eof(STp, &SRpnt, 1))) || in os_scsi_tape_flush() 5158 cross_eof(STp, &SRpnt, 0); in osst_ioctl()
|