Searched refs:do_buffer_writes (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/ |
H A D | st.h | 63 unsigned char do_buffer_writes; member
|
H A D | st.c | 1784 if (STp->block_size != 0 && STm->do_buffer_writes && in st_write() 2287 STp->current_mode, STm->do_buffer_writes, in DEB() 2336 STm->do_buffer_writes = (options & MT_ST_BUFFER_WRITES) != 0; 2357 STm->do_buffer_writes = value; 3868 (STm->do_buffer_writes && STp->block_size != 0) || in st_ioctl() 4395 STm->do_buffer_writes = ST_BUFFER_WRITES; in st_probe() 4701 options = STm->do_buffer_writes ? MT_ST_BUFFER_WRITES : 0; in options_show() 2278 DEB(static void st_log_options (struct scsi_tape * STp,struct st_modedef * STm){ if (debugging) { st_printk(KERN_INFO, STp, "Mode %d options: buffer writes: %d, " "async writes: %d, read ahead: %d\\n", STp->current_mode, STm->do_buffer_writes, STm->do_async_writes, STm->do_read_ahead); st_printk(KERN_INFO, STp, " can bsr: %d, two FMs: %d, " "fast mteom: %d, auto lock: %d,\\n", STp->can_bsr, STp->two_fm, STp->fast_mteom, STp->do_auto_lock); st_printk(KERN_INFO, STp, " defs for wr: %d, no block limits: %d, " "partitions: %d, s2 log: %d\\n", STm->defaults_for_writes, STp->omit_blklims, STp->can_partitions, STp->scsi2_logical); st_printk(KERN_INFO, STp, " sysv: %d nowait: %d sili: %d " "nowait_filemark: %d\\n", STm->sysv, STp->immediate, STp->sili, STp->immediate_filemark); st_printk(KERN_INFO, STp, " debugging: %d\\n", debugging); } } ) DEB() argument
|