Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmtio.h54 #define MTSETDRVBUFFER 24 /* set the drive buffering according to SCSI-2 */ macro
/linux/drivers/scsi/
H A Dst.c1259 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()
2451 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer);
2922 case MTSETDRVBUFFER: /* Set drive buffering */ in st_int_ioctl()
2942 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
2979 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
3017 } else if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()
3105 cmd_in == MTSETDRVBUFFER || in st_int_ioctl()
3651 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in st_ioctl()
3658 (mtc.mt_op != MTSETDRVBUFFER && in st_ioctl()
3748 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
[all …]
/linux/drivers/s390/char/
H A Dtape_3490.c744 [MTSETDRVBUFFER] = NULL,