Lines Matching defs:st_modedef
59 struct st_modedef { struct
60 unsigned char defined;
61 unsigned char sysv; /* SYS V semantics? */
62 unsigned char do_async_writes;
63 unsigned char do_buffer_writes;
64 unsigned char do_read_ahead;
65 unsigned char defaults_for_writes;
66 unsigned char default_compression; /* 0 = don't touch, etc */
67 short default_density; /* Forced density, -1 = no value */
68 int default_blksize; /* Forced blocksize, -1 = no value */
69 struct scsi_tape *tape;
70 struct device *devs[2]; /* Auto-rewind and non-rewind devices */
71 struct cdev *cdevs[2]; /* Auto-rewind and non-rewind devices */