Searched refs:mt_count (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | tape_std.c | 222 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf() argument 227 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf() 234 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf() 246 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr() argument 252 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr() 259 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr() 278 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr() argument 284 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr() 291 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr() 309 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof() argument [all …]
|
| H A D | tape_char.c | 343 if (op.mt_count < 0) in __tapechar_ioctl() 365 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl() 368 if (op.mt_count > device->required_tapemarks) in __tapechar_ioctl() 371 device->required_tapemarks -= op.mt_count; in __tapechar_ioctl()
|
| H A D | tape_3490.c | 674 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 D | tape_core.c | 1271 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 D | mtio.h | 22 int mt_count; /* how many of them */ member
|
| /linux/drivers/scsi/ |
| H A D | st.c | 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 …]
|