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

/linux-4.4.14/drivers/scsi/
H A Dst.c726 static int cross_eof(struct scsi_tape * STp, int forward) cross_eof()
862 result = cross_eof(STp, 0); /* Back over the EOF hit */ flush_buffer()
1412 cross_eof(STp, 0); st_flush()
1431 result = cross_eof(STp, 0); st_flush()
1441 !(result = cross_eof(STp, 1))) || st_flush()
724 static int cross_eof(struct scsi_tape * STp, int forward) cross_eof() function
H A Dosst.c2856 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) cross_eof()
3225 result = cross_eof(STp, aSRpnt, 0); /* Back over the EOF hit */ osst_flush_buffer()
4867 result = cross_eof(STp, &SRpnt, 0); os_scsi_tape_flush()
4879 !(result = cross_eof(STp, &SRpnt, 1))) || os_scsi_tape_flush()
5159 cross_eof(STp, &SRpnt, 0); osst_ioctl()
2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) cross_eof() function

Completed in 209 milliseconds