Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dmtio.h54 #define MTSETDRVBUFFER 24 /* set the drive buffering according to SCSI-2 */ macro
/Linux-v4.19/drivers/scsi/
Dst.c1227 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()
2420 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer);
2892 case MTSETDRVBUFFER: /* Set drive buffering */ in st_int_ioctl()
2912 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2946 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2984 } else if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
3072 cmd_in == MTSETDRVBUFFER || in st_int_ioctl()
3550 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in st_ioctl()
3557 (mtc.mt_op != MTSETDRVBUFFER && in st_ioctl()
3632 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
[all …]
Dosst.c4316 case MTSETDRVBUFFER: /* Set drive buffering */ in osst_int_ioctl()
5000 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in osst_ioctl()
5006 if (!STm->defined && (mtc.mt_op != MTSETDRVBUFFER && (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in osst_ioctl()
5066 mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTSETDRVBUFFER && in osst_ioctl()
5103 if (mtc.mt_op == MTSETDRVBUFFER && in osst_ioctl()
/Linux-v4.19/Documentation/scsi/
Dst.txt21 parameters, like block size and density using the MTSETDRVBUFFER ioctl.
81 with the ioctl MTSETDRVBUFFER.
147 bit definitions are the same as those used with MTSETDRVBUFFER in setting the
420 MTSETDRVBUFFER
/Linux-v4.19/drivers/s390/char/
Dtape_34xx.c1141 [MTSETDRVBUFFER] = NULL,
Dtape_3590.c1603 [MTSETDRVBUFFER] = NULL,