Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmtio.h65 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/linux-4.4.14/drivers/s390/char/
Dtape.h144 #define TAPE_NR_MTOPS (MTMKPART+1)
Dtape_34xx.c1150 [MTMKPART] = NULL
Dtape_3590.c1617 [MTMKPART] = NULL
/linux-4.4.14/Documentation/scsi/
Dst.txt410 MTMKPART Formats the tape with one partition (argument zero) or two
/linux-4.4.14/drivers/scsi/
Dosst.c5064 mtc.mt_op != MTMKPART && mtc.mt_op != MTSETPART && in osst_ioctl()
5116 if (mtc.mt_op == MTMKPART) { in osst_ioctl()
Dst.c3568 if (mtc.mt_op == MTMKPART) { in st_ioctl()