Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c965 if (STp->can_partitions) { in reset_state()
1105 if (STp->can_partitions) in check_tape()
1241 if (STp->can_partitions && STp->nbr_partitions < 1) { in check_tape()
1393 if (STp->can_partitions && in st_flush()
1558 if (STp->can_partitions && in rw_checks()
2298 STp->can_partitions, STp->scsi2_logical);
2346 STp->can_partitions = (options & MT_ST_CAN_PARTITIONS) != 0;
2376 STp->can_partitions = value;
3227 if ((!STp->can_partitions && partition != 0) || in set_location()
3279 if (STp->can_partitions in set_location()
2289 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
[all...]
H A Dst.h130 unsigned char can_partitions; member