Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c719 if (ft_new_tape || ft_no_tape || !ft_formatted || in _zft_open()
741 if (ft_no_tape || !ft_formatted) { in _zft_open()
744 if (ft_no_tape) { in _zft_open()
748 (ft_write_protected || ft_no_tape)) { in _zft_open()
750 TRACE_ABORT(ft_no_tape ? -ENXIO : -EROFS, in _zft_open()
752 ft_no_tape ? "without a" : "with write protected"); in _zft_open()
870 if (ft_no_tape) { in mtioctop()
955 if (ft_no_tape) { in mtiocget()
1290 if (ft_no_tape) { in mtiocftformat()
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ctl.c315 ft_no_tape = ft_write_protected = 0; in ftape_get_drive_status()
370 ft_no_tape = !(status & QIC_STATUS_CARTRIDGE_PRESENT); in ftape_get_drive_status()
372 if (ft_no_tape) { in ftape_get_drive_status()
778 if (!ft_no_tape && ftape_init_drive_needed) { in ftape_enable()
877 ft_no_tape = 1; in ftape_init_driver()
Dftape-ctl.h113 #define ft_no_tape ftape_status.fti_no_tape macro
Dftape-proc.c95 if (ft_no_tape) { in get_cartridge_info()