Searched refs:cross_eof (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.c | 731 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() 864 result = cross_eof(STp, 0); /* Back over the EOF hit */ in flush_buffer() 1414 cross_eof(STp, 0); in st_flush() 1433 result = cross_eof(STp, 0); in st_flush() 1443 !(result = cross_eof(STp, 1))) || in st_flush() 729 static int cross_eof(struct scsi_tape * STp, int forward) cross_eof() function
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.c | 732 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() 865 result = cross_eof(STp, 0); /* Back over the EOF hit */ in flush_buffer() 1415 cross_eof(STp, 0); in st_flush() 1434 result = cross_eof(STp, 0); in st_flush() 1444 !(result = cross_eof(STp, 1))) || in st_flush() 730 static int cross_eof(struct scsi_tape * STp, int forward) cross_eof() function
|
Completed in 11 milliseconds