Searched refs:mt_count (Results 1 – 6 of 6) sorted by relevance
| /drivers/s390/char/ |
| A D | tape_std.c | 273 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf() 280 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf() 298 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr() 330 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr() 360 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof() 385 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm() 410 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf() 441 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsfm() 609 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload() 621 if (mt_count < 0 || mt_count > 1) { in tape_std_mtcompression() [all …]
|
| A D | tape_char.c | 352 if (op.mt_count < 0) in __tapechar_ioctl() 374 rc = tape_mtop(device, op.mt_op, op.mt_count); in __tapechar_ioctl() 377 if (op.mt_count > device->required_tapemarks) in __tapechar_ioctl() 380 device->required_tapemarks -= op.mt_count; in __tapechar_ioctl()
|
| A D | tape_core.c | 1242 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop() argument 1249 DBF_EVENT(6, "TAPE:arg: %x\n", mt_count); in tape_mtop() 1261 for (; mt_count > 500; mt_count -= 500) in tape_mtop() 1265 rc = fn(device, mt_count); in tape_mtop() 1267 rc = fn(device, mt_count); in tape_mtop()
|
| A D | tape_34xx.c | 1068 tape_34xx_mttell(struct tape_device *device, int mt_count) in tape_34xx_mttell() argument 1088 tape_34xx_mtseek(struct tape_device *device, int mt_count) in tape_34xx_mtseek() argument 1093 if (mt_count > 0x3fffff) { in tape_34xx_mtseek() 1106 bid->block = mt_count; in tape_34xx_mtseek()
|
| A D | tape_3590.c | 270 static int tape_3590_mttell(struct tape_device *device, int mt_count); 522 tape_3590_mttell(struct tape_device *device, int mt_count) in tape_3590_mttell() argument
|
| /drivers/scsi/ |
| A D | st.c | 3593 (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in st_ioctl() 3603 mtc.mt_count -= 1; in st_ioctl() 3607 mtc.mt_count += 1; in st_ioctl() 3641 mtc.mt_count++; in st_ioctl() 3689 (mtc.mt_count & MT_ST_OPTIONS) != 0) { in st_ioctl() 3690 retval = st_set_options(STp, mtc.mt_count); in st_ioctl() 3696 mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) { in st_ioctl() 3700 if (mtc.mt_count >= STp->nbr_partitions && in st_ioctl() 3705 if (mtc.mt_count >= STp->nbr_partitions) { in st_ioctl() 3709 STp->new_partition = mtc.mt_count; in st_ioctl() [all …]
|
Completed in 20 milliseconds