Searched defs:mt_op (Results 1 - 3 of 3) sorted by relevance

/drivers/s390/char/
H A Dtape_core.c1292 tape_mtop(struct tape_device *device, int mt_op, int mt_count) argument
1298 DBF_EVENT(6, "TAPE:ioop: %x\n", mt_op);
1301 if (mt_op < 0 || mt_op >= TAPE_NR_MTOPS)
1303 fn = device->discipline->mtop_array[mt_op];
1308 if (mt_op == MTBSR || mt_op == MTFSR || mt_op == MTFSF ||
1309 mt_op == MTBSF || mt_op
[all...]
/drivers/ide/
H A Dide-tape.c1061 static int idetape_space_over_filemarks(ide_drive_t *drive, short mt_op, argument
1071 ide_debug_log(IDE_DBG_FUNC, "mt_op: %d, mt_count: %d", mt_op, mt_count);
1075 if (MTBSF == mt_op || MTBSFM == mt_op) {
1089 switch (mt_op) {
1103 count = (MTBSFM == mt_op ? 1 : -1);
1107 mt_op);
1252 static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count) argument
1259 ide_debug_log(IDE_DBG_FUNC, "MTIOCTOP ioctl: mt_op
[all...]
/drivers/scsi/
H A Dosst.c1850 int mt_op, int mt_count)
1857 printk(OSST_DEB_MSG "%s:D: Reached space_over_filemarks_backwards %d %d\n", name, mt_op, mt_count);
1933 if (mt_op == MTBSFM) {
1949 int mt_op, int mt_count)
1955 printk(OSST_DEB_MSG "%s:D: Reached space_over_filemarks_forward_slow %d %d\n", name, mt_op, mt_count);
1989 if (mt_op == MTFSF) {
2003 int mt_op, int mt_count)
2010 printk(OSST_DEB_MSG "%s:D: Reached space_over_filemarks_forward_fast %d %d\n", name, mt_op, mt_count);
2048 return osst_space_over_filemarks_forward_slow(STp, aSRpnt, mt_op, mt_count);
2088 return osst_space_over_filemarks_forward_slow(STp, aSRpnt, mt_op, mt_coun
1847 osst_space_over_filemarks_backward(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
1946 osst_space_over_filemarks_forward_slow(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
2000 osst_space_over_filemarks_forward_fast(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
[all...]

Completed in 70 milliseconds