Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dmtio.h65 #define MTSETPART 33 /* Change the active tape partition */ macro
/linux-6.1.9/drivers/s390/char/
Dtape_34xx.c1150 [MTSETPART] = NULL,
Dtape_3590.c1612 [MTSETPART] = NULL,
/linux-6.1.9/Documentation/scsi/
Dst.rst459 MTSETPART
465 specified by MTSEEK. MTSETPART is inactive unless
/linux-6.1.9/drivers/scsi/
Dst.c3634 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
3646 if (mtc.mt_op == MTSETPART) { in st_ioctl()