Lines Matching refs:osst_get_frame_position
188 static int osst_get_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt);
880 return (osst_get_frame_position(STp, aSRpnt)); in osst_position_tape_and_confirm()
933 result = osst_get_frame_position(STp, aSRpnt); in osst_wait_frame()
1188 position = osst_get_frame_position(STp, aSRpnt); in osst_get_logical_frame()
1224 position = osst_get_frame_position(STp, aSRpnt) in osst_get_logical_frame()
1242 if (osst_get_frame_position(STp, aSRpnt) == 0xbaf) { in osst_get_logical_frame()
1402 sector = osst_get_frame_position(STp, aSRpnt); in osst_get_sector()
1433 if (osst_get_frame_position(STp, aSRpnt) != (offset?frame+1:frame)) return (-EIO); in osst_seek_sector()
1530 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1555 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1652 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1701 if (osst_get_frame_position(STp, aSRpnt) < 0) { /* additional write error */ in osst_reposition_and_retry()
1802 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
1836 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
2562 position = osst_get_frame_position(STp, aSRpnt); in osst_analyze_headers()
2886 static int osst_get_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt) in osst_get_frame_position() function
3264 if (osst_get_frame_position(STp, aSRpnt) < 0xbb8) { in osst_write_frame()
4642 if (STp->header_ok && i == osst_get_frame_position(STp, &SRpnt)) { in __os_scsi_tape_open()
5251 blk = osst_get_frame_position(STp, &SRpnt); in osst_ioctl()