Lines Matching refs:osst_get_frame_position
180 static int osst_get_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt);
738 return (osst_get_frame_position(STp, aSRpnt)); in osst_position_tape_and_confirm()
792 result = osst_get_frame_position (STp, aSRpnt); in osst_wait_frame()
990 position = osst_get_frame_position(STp, aSRpnt); in osst_get_logical_frame()
1025 position = osst_get_frame_position(STp, aSRpnt) in osst_get_logical_frame()
1043 if (osst_get_frame_position(STp, aSRpnt) == 0xbaf) { in osst_get_logical_frame()
1203 sector = osst_get_frame_position(STp, aSRpnt); in osst_get_sector()
1234 if (osst_get_frame_position(STp, aSRpnt) != (offset?frame+1:frame)) return (-EIO); in osst_seek_sector()
1331 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1356 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1454 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1499 if (osst_get_frame_position(STp, aSRpnt) < 0) { /* additional write error */ in osst_reposition_and_retry()
1601 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
1635 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
2360 position = osst_get_frame_position(STp, aSRpnt); in osst_analyze_headers()
2697 static int osst_get_frame_position(OS_Scsi_Tape *STp, Scsi_Request ** aSRpnt) in osst_get_frame_position() function
3069 if (osst_get_frame_position(STp, aSRpnt) < 0xbb8) { in osst_write_frame()
4447 if (STp->header_ok && i == osst_get_frame_position(STp, &SRpnt)) { in os_scsi_tape_open()
5088 blk = osst_get_frame_position(STp, &SRpnt); in osst_ioctl()