Lines Matching refs:current_mode
3182 STm = &(STp->modes[STp->current_mode]); in osst_write()
3515 STm = &(STp->modes[STp->current_mode]); in osst_read()
3673 dev, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes, in osst_log_options()
3699 STm = &(STp->modes[STp->current_mode]); in osst_set_options()
3706 dev, STp->current_mode); in osst_set_options()
4300 if (mode != STp->current_mode) { in os_scsi_tape_open()
4304 dev, STp->current_mode, mode); in os_scsi_tape_open()
4307 STp->current_mode = mode; in os_scsi_tape_open()
4309 STm = &(STp->modes[STp->current_mode]); in os_scsi_tape_open()
4665 STm = &(STp->modes[STp->current_mode]); in os_scsi_tape_flush()
4802 STm = &(STp->modes[STp->current_mode]); in osst_ioctl()
5726 tpnt->current_mode = 0; in osst_attach()