Lines Matching refs:osst_get_frame_position

188 static int osst_get_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt);
877 return (osst_get_frame_position(STp, aSRpnt)); in osst_position_tape_and_confirm()
930 result = osst_get_frame_position(STp, aSRpnt); in osst_wait_frame()
1185 position = osst_get_frame_position(STp, aSRpnt); in osst_get_logical_frame()
1221 position = osst_get_frame_position(STp, aSRpnt) in osst_get_logical_frame()
1239 if (osst_get_frame_position(STp, aSRpnt) == 0xbaf) { in osst_get_logical_frame()
1399 sector = osst_get_frame_position(STp, aSRpnt); in osst_get_sector()
1430 if (osst_get_frame_position(STp, aSRpnt) != (offset?frame+1:frame)) return (-EIO); in osst_seek_sector()
1527 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1552 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1649 osst_get_frame_position(STp, aSRpnt); in osst_read_back_buffer_and_rewrite()
1698 if (osst_get_frame_position(STp, aSRpnt) < 0) { /* additional write error */ in osst_reposition_and_retry()
1799 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
1833 osst_get_frame_position(STp, aSRpnt); in osst_write_error_recovery()
2559 position = osst_get_frame_position(STp, aSRpnt); in osst_analyze_headers()
2883 static int osst_get_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt) in osst_get_frame_position() function
3261 if (osst_get_frame_position(STp, aSRpnt) < 0xbb8) { in osst_write_frame()
4639 if (STp->header_ok && i == osst_get_frame_position(STp, &SRpnt)) { in __os_scsi_tape_open()
5248 blk = osst_get_frame_position(STp, &SRpnt); in osst_ioctl()