Home
last modified time | relevance | path

Searched refs:mt_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/char/
H A Dtape_3490.c674 tape_3490_mttell(struct tape_device *device, int mt_count) in tape_3490_mttell() argument
693 tape_3490_mtseek(struct tape_device *device, int mt_count) in tape_3490_mtseek() argument
698 if (mt_count > 0x3fffff) { in tape_3490_mtseek()
709 bid->block = mt_count; in tape_3490_mtseek()
H A Dtape_core.c1271 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() argument
1278 DBF_EVENT(6, "TAPE:arg: %x\n", mt_count); in tape_mtop()
1290 for (; mt_count > 500; mt_count -= 500) in tape_mtop()
1294 rc = fn(device, mt_count); in tape_mtop()
1296 rc = fn(device, mt_count); in tape_mtop()
/linux/include/uapi/linux/
H A Dmtio.h22 int mt_count; /* how many of them */ member
/linux/drivers/scsi/
H A Dst.c3659 (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in st_ioctl()
3669 mtc.mt_count -= 1; in st_ioctl()
3673 mtc.mt_count += 1; in st_ioctl()
3707 mtc.mt_count++; in st_ioctl()
3755 (mtc.mt_count & MT_ST_OPTIONS) != 0) { in st_ioctl()
3756 retval = st_set_options(STp, mtc.mt_count); in st_ioctl()
3762 mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) { in st_ioctl()
3766 if (mtc.mt_count >= STp->nbr_partitions && in st_ioctl()
3771 if (mtc.mt_count >= STp->nbr_partitions) { in st_ioctl()
3775 STp->new_partition = mtc.mt_count; in st_ioctl()
[all …]