Lines Matching refs:mt_count
3576 (mtc.mt_count & MT_ST_OPTIONS) == 0)) {
3586 mtc.mt_count -= 1;
3590 mtc.mt_count += 1;
3624 mtc.mt_count++;
3657 (mtc.mt_count & MT_ST_OPTIONS) != 0) {
3658 retval = st_set_options(STp, mtc.mt_count);
3664 mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) {
3668 if (mtc.mt_count >= STp->nbr_partitions &&
3673 if (mtc.mt_count >= STp->nbr_partitions) {
3677 STp->new_partition = mtc.mt_count;
3692 i = partition_tape(STp, mtc.mt_count);
3703 STp->nbr_partitions = mtc.mt_count != 0 ? 2 : 1;
3710 i = set_location(STp, mtc.mt_count, STp->new_partition, 0);
3723 retval = do_load_unload(STp, file, max(1, mtc.mt_count));
3739 retval = st_compression(STp, (mtc.mt_count & 1));
3741 retval = st_int_ioctl(STp, mtc.mt_op, mtc.mt_count);