Searched refs:mt_op (Results 1 – 3 of 3) sorted by relevance
1287 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() argument1293 DBF_EVENT(6, "TAPE:ioop: %x\n", mt_op); in tape_mtop()1296 if (mt_op < 0 || mt_op >= TAPE_NR_MTOPS) in tape_mtop()1298 fn = device->discipline->mtop_array[mt_op]; in tape_mtop()1303 if (mt_op == MTBSR || mt_op == MTFSR || mt_op == MTFSF || in tape_mtop()1304 mt_op == MTBSF || mt_op == MTFSFM || mt_op == MTBSFM) { in tape_mtop()
360 switch (op.mt_op) { in __tapechar_ioctl()377 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl()379 if (op.mt_op == MTWEOF && rc == 0) { in __tapechar_ioctl()
21 short mt_op; /* operations defined below */ member