Lines Matching refs:mt_op
1064 static int idetape_space_over_filemarks(ide_drive_t *drive, short mt_op,
1074 ide_debug_log(IDE_DBG_FUNC, "mt_op: %d, mt_count: %d", mt_op, mt_count);
1078 if (MTBSF == mt_op || MTBSFM == mt_op) {
1092 switch (mt_op) {
1106 count = (MTBSFM == mt_op ? 1 : -1);
1110 mt_op);
1255 static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count)
1262 ide_debug_log(IDE_DBG_FUNC, "MTIOCTOP ioctl: mt_op: %d, mt_count: %d",
1263 mt_op, mt_count);
1265 switch (mt_op) {
1272 return idetape_space_over_filemarks(drive, mt_op, mt_count);
1277 switch (mt_op) {
1361 mt_op);
1399 return idetape_mtioctop(drive, mtop.mt_op, mtop.mt_count);