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