Lines Matching refs:mt_op

3548 		if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) {  in st_ioctl()
3555 (mtc.mt_op != MTSETDRVBUFFER && in st_ioctl()
3564 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3565 mtc.mt_op == MTEOM) { in st_ioctl()
3569 } else if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) { in st_ioctl()
3576 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3582 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3583 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in st_ioctl()
3584 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in st_ioctl()
3585 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3586 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM || in st_ioctl()
3587 mtc.mt_op == MTCOMPRESSION; in st_ioctl()
3595 (mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3596 mtc.mt_op == MTSEEK || in st_ioctl()
3597 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM)) { in st_ioctl()
3603 if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) in st_ioctl()
3614 if (mtc.mt_op != MTREW && in st_ioctl()
3615 mtc.mt_op != MTOFFL && in st_ioctl()
3616 mtc.mt_op != MTRETEN && in st_ioctl()
3617 mtc.mt_op != MTERASE && in st_ioctl()
3618 mtc.mt_op != MTSEEK && in st_ioctl()
3619 mtc.mt_op != MTEOM) { in st_ioctl()
3628 if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && in st_ioctl()
3629 mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTWSM && in st_ioctl()
3630 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
3633 if (mtc.mt_op == MTOFFL && STp->door_locked != ST_UNLOCKED) in st_ioctl()
3636 if (mtc.mt_op == MTSETDRVBUFFER && in st_ioctl()
3642 if (mtc.mt_op == MTSETPART) { in st_ioctl()
3662 if (mtc.mt_op == MTMKPART) { in st_ioctl()
3689 if (mtc.mt_op == MTSEEK) { in st_ioctl()
3697 if (mtc.mt_op == MTUNLOAD || mtc.mt_op == MTOFFL) { in st_ioctl()
3702 if (mtc.mt_op == MTLOAD) { in st_ioctl()
3707 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in st_ioctl()
3708 retval = do_door_lock(STp, (mtc.mt_op == MTLOCK)); in st_ioctl()
3718 if (mtc.mt_op == MTCOMPRESSION) in st_ioctl()
3721 retval = st_int_ioctl(STp, mtc.mt_op, mtc.mt_count); in st_ioctl()