Lines Matching +full:non +full:- +full:zero
1 /* SPDX-License-Identifier: GPL-2.0 */
3 The compile-time configurable defaults for the Linux SCSI tape driver.
10 2000-06-21
25 because of buffered reads. Should be set to zero to support also drives
61 #define OSST_FIRST_ORDER (15-PAGE_SHIFT)
67 /* If OSST_TWO_FM is non-zero, the driver writes two filemarks after a
72 /* If OSST_BUFFER_WRITES is non-zero, writes in fixed block mode are
77 /* If OSST_ASYNC_WRITES is non-zero, the SCSI write command may be started
82 /* If OSST_READ_AHEAD is non-zero, blocks are read ahead in fixed block
86 /* If OSST_AUTO_LOCK is non-zero, the drive door is locked at the first
91 /* If OSST_FAST_MTEOM is non-zero, the MTEOM ioctl is done using the
99 is zero. */
102 /* If OSST_SYSV is non-zero, the tape behaves according to the SYS V semantics.