Searched refs:cross_eof (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | st.c | 447 static int cross_eof(Scsi_Tape * STp, int forward) in cross_eof() function 590 result = cross_eof(STp, FALSE); /* Back over the EOF hit */ in flush_buffer() 1107 cross_eof(STp, FALSE); in st_flush() 1119 result = cross_eof(STp, FALSE); in st_flush() 1129 !(result = cross_eof(STp, TRUE))) || in st_flush()
|
D | osst.c | 2668 static int cross_eof(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt, int forward) in cross_eof() function 3030 result = cross_eof(STp, aSRpnt, FALSE); /* Back over the EOF hit */ in osst_flush_buffer() 4697 result = cross_eof(STp, &SRpnt, FALSE); in os_scsi_tape_flush() 4709 !(result = cross_eof(STp, &SRpnt, TRUE))) || in os_scsi_tape_flush() 4994 cross_eof(STp, &SRpnt, FALSE); in osst_ioctl()
|