Searched refs:mt_count (Results 1 – 4 of 4) sorted by relevance
674 tape_3490_mttell(struct tape_device *device, int mt_count) in tape_3490_mttell() argument693 tape_3490_mtseek(struct tape_device *device, int mt_count) in tape_3490_mtseek() argument698 if (mt_count > 0x3fffff) { in tape_3490_mtseek()709 bid->block = mt_count; in tape_3490_mtseek()
1271 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() argument1278 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()
22 int mt_count; /* how many of them */ member
3659 (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 …]