Searched refs:osst_get_frame_position (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | osst.c | 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() [all …]
|