Home
last modified time | relevance | path

Searched refs:mt_fun_entry (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c859 fun_entry *mt_fun_entry; in mtioctop() local
867 mt_fun_entry= &mt_funs[mtop->mt_op]; in mtioctop()
869 if (!mt_fun_entry->offline && zft_offline) { in mtioctop()
876 if (!mt_fun_entry->not_formatted && !ft_formatted) { in mtioctop()
879 if (!mt_fun_entry->write_protected) { in mtioctop()
882 if (mt_fun_entry->need_idle_state && !(zft_offline || !ft_formatted)) { in mtioctop()
885 if (!zft_qic_mode && !mt_fun_entry->raw_mode) { in mtioctop()
889 result = (mt_fun_entry->function)(&mtop->mt_count); in mtioctop()