Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmtio.h65 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/linux-3.4.99/drivers/s390/char/
Dtape.h146 #define TAPE_NR_MTOPS (MTMKPART+1)
Dtape_34xx.c1284 [MTMKPART] = NULL
Dtape_3590.c1718 [MTMKPART] = NULL
/linux-3.4.99/Documentation/scsi/
Dst.txt353 MTMKPART Formats the tape with one partition (argument zero) or two
/linux-3.4.99/drivers/scsi/
Dosst.c5063 mtc.mt_op != MTMKPART && mtc.mt_op != MTSETPART && in osst_ioctl()
5115 if (mtc.mt_op == MTMKPART) { in osst_ioctl()
Dst.c3494 if (mtc.mt_op == MTMKPART) { in st_ioctl()