Searched refs:cross_eof (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/ |
D | st.c | 651 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() function 788 result = cross_eof(STp, 0); /* Back over the EOF hit */ in flush_buffer() 1327 cross_eof(STp, 0); in st_flush() 1346 result = cross_eof(STp, 0); in st_flush() 1356 !(result = cross_eof(STp, 1))) || in st_flush()
|
D | osst.c | 2776 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() function 3144 result = cross_eof(STp, aSRpnt, 0); /* Back over the EOF hit */ in osst_flush_buffer() 4784 result = cross_eof(STp, &SRpnt, 0); in os_scsi_tape_flush() 4796 !(result = cross_eof(STp, &SRpnt, 1))) || in os_scsi_tape_flush() 5073 cross_eof(STp, &SRpnt, 0); in osst_ioctl()
|