Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c724 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() function
860 result = cross_eof(STp, 0); /* Back over the EOF hit */ in flush_buffer()
1406 cross_eof(STp, 0); in st_flush()
1425 result = cross_eof(STp, 0); in st_flush()
1435 !(result = cross_eof(STp, 1))) || in st_flush()
Dosst.c2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() function
3222 result = cross_eof(STp, aSRpnt, 0); /* Back over the EOF hit */ in osst_flush_buffer()
4863 result = cross_eof(STp, &SRpnt, 0); in os_scsi_tape_flush()
4875 !(result = cross_eof(STp, &SRpnt, 1))) || in os_scsi_tape_flush()
5155 cross_eof(STp, &SRpnt, 0); in osst_ioctl()