Lines Matching refs:current_mode
743 if (mode != STp->current_mode) { in check_tape()
745 dev, STp->current_mode, mode)); in check_tape()
747 STp->current_mode = mode; in check_tape()
749 STm = &(STp->modes[STp->current_mode]); in check_tape()
1050 STm = &(STp->modes[STp->current_mode]); in st_flush()
1239 STm = &(STp->modes[STp->current_mode]); in st_write()
1571 STm = &(STp->modes[STp->current_mode]); in read_tape()
1781 STm = &(STp->modes[STp->current_mode]); in st_read()
1940 dev, STp->current_mode, STm->do_buffer_writes, STm->do_async_writes, in st_log_options()
1964 STm = &(STp->modes[STp->current_mode]); in st_set_options()
1970 dev, STp->current_mode)); in st_set_options()
3104 STm = &(STp->modes[STp->current_mode]); in st_ioctl()
3942 tpnt->current_mode = 0; in st_attach()