Lines Matching refs:current_mode
3402 STm = &(STp->modes[STp->current_mode]); in osst_write()
3723 STm = &(STp->modes[STp->current_mode]); in osst_read()
3879 name, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes, in osst_log_options()
3905 STm = &(STp->modes[STp->current_mode]); in osst_set_options()
3912 name, STp->current_mode); in osst_set_options()
4492 if (mode != STp->current_mode) { in __os_scsi_tape_open()
4496 name, STp->current_mode, mode); in __os_scsi_tape_open()
4499 STp->current_mode = mode; in __os_scsi_tape_open()
4501 STm = &(STp->modes[STp->current_mode]); in __os_scsi_tape_open()
4826 struct st_modedef * STm = &(STp->modes[STp->current_mode]); in os_scsi_tape_flush()
4962 STm = &(STp->modes[STp->current_mode]); in osst_ioctl()
5960 tpnt->current_mode = 0; in osst_probe()