Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmtio.h66 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/openbmc/linux/drivers/s390/char/
H A Dtape.h146 #define TAPE_NR_MTOPS (MTMKPART+1)
H A Dtape_34xx.c1151 [MTMKPART] = NULL
H A Dtape_3590.c1613 [MTMKPART] = NULL
/openbmc/linux/Documentation/scsi/
H A Dst.rst467 MTMKPART
/openbmc/linux/drivers/scsi/
H A Dst.c3668 if (mtc.mt_op == MTMKPART) { in st_ioctl()