Home
last modified time | relevance | path

Searched refs:MTMKPART (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dmtio.h66 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/Linux-v4.19/drivers/s390/char/
Dtape.h146 #define TAPE_NR_MTOPS (MTMKPART+1)
Dtape_34xx.c1151 [MTMKPART] = NULL
Dtape_3590.c1613 [MTMKPART] = NULL
/Linux-v4.19/Documentation/scsi/
Dst.txt410 MTMKPART Formats the tape with one partition (argument zero) or two
/Linux-v4.19/drivers/scsi/
Dosst.c5067 mtc.mt_op != MTMKPART && mtc.mt_op != MTSETPART && in osst_ioctl()
5119 if (mtc.mt_op == MTMKPART) { in osst_ioctl()
Dst.c3664 if (mtc.mt_op == MTMKPART) { in st_ioctl()