Home
last modified time | relevance | path

Searched refs:MTSETDRVBUFFER (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h54 #define MTSETDRVBUFFER 24 /* set the drive buffering according to SCSI-2 */ macro
/linux-2.4.37.9/drivers/scsi/
Dst.c911 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()
2090 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer); in st_set_options()
2563 case MTSETDRVBUFFER: /* Set drive buffering */ in st_int_ioctl()
2583 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2617 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2659 } else if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2739 cmd_in == MTSETDRVBUFFER || in st_int_ioctl()
3134 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in st_ioctl()
3141 (mtc.mt_op != MTSETDRVBUFFER && in st_ioctl()
3209 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
[all …]
DREADME.st21 parameters, like block size and density using the MTSETDRVBUFFER ioctl.
80 with the ioctl MTSETDRVBUFFER.
278 MTSETDRVBUFFER
Dosst.c4126 case MTSETDRVBUFFER: /* Set drive buffering */ in osst_int_ioctl()
4837 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in osst_ioctl()
4843 if (!STm->defined && (mtc.mt_op != MTSETDRVBUFFER && (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in osst_ioctl()
4907 mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTSETDRVBUFFER && in osst_ioctl()
4944 if (mtc.mt_op == MTSETDRVBUFFER && in osst_ioctl()
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c416 case MTSETDRVBUFFER: in tape_mtioctop()