Lines Matching refs:osst_set_frame_position

186 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int frame,…
877 retval = osst_set_frame_position(STp, aSRpnt, frame, 0); in osst_position_tape_and_confirm()
1169 osst_set_frame_position(STp, aSRpnt, STp->read_error_frame, 0); in osst_get_logical_frame()
1203 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame()
1236 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_get_logical_frame()
1246 osst_set_frame_position(STp, aSRpnt, 0xbb8, 0); in osst_get_logical_frame()
1304 osst_set_frame_position(STp, aSRpnt, ppos_estimate, 0); in osst_seek_logical_blk()
1425 return (osst_set_frame_position(STp, aSRpnt, frame, 0)); in osst_seek_sector()
1427 r = osst_set_frame_position(STp, aSRpnt, offset?frame:frame-1, 0); in osst_seek_sector()
1553 osst_set_frame_position(STp, aSRpnt, new_frame + i, 0); in osst_read_back_buffer_and_rewrite()
1696 osst_set_frame_position(STp, aSRpnt, frame + skip, 1); in osst_reposition_and_retry()
1825 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0); in osst_write_error_recovery()
1834 osst_set_frame_position(STp, aSRpnt, frame + STp->cur_frames + pending, 0); in osst_write_error_recovery()
2247 osst_set_frame_position(STp, aSRpnt, where, 0); in osst_write_filler()
2273 osst_set_frame_position(STp, aSRpnt, where, 0); in __osst_write_header()
2352 osst_set_frame_position(STp, aSRpnt, STp->eod_frame_ppos, 0); in osst_write_header()
2391 if (osst_set_frame_position(STp, aSRpnt, ppos, 0)) in __osst_analyze_headers()
2597 osst_set_frame_position(STp, aSRpnt, 10, 0); in osst_analyze_headers()
2604 osst_set_frame_position(STp, aSRpnt, position, 0); in osst_analyze_headers()
2624 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0); in osst_verify_position()
2652 osst_set_frame_position(STp, aSRpnt, frame_position - 1, 0); in osst_verify_position()
2970 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int ppos, … in osst_set_frame_position() function
4271 ioctl_result = osst_set_frame_position(STp, &SRpnt, STp->eod_frame_ppos, 0); in osst_int_ioctl()
5143 i = osst_set_frame_position(STp, &SRpnt, mtc.mt_count, 0); in osst_ioctl()