mt_count 1064 drivers/ide/ide-tape.c int mt_count) mt_count 1073 drivers/ide/ide-tape.c ide_debug_log(IDE_DBG_FUNC, "mt_op: %d, mt_count: %d", mt_op, mt_count); mt_count 1075 drivers/ide/ide-tape.c if (mt_count == 0) mt_count 1080 drivers/ide/ide-tape.c mt_count = -mt_count; mt_count 1094 drivers/ide/ide-tape.c idetape_create_space_cmd(&pc, mt_count - count, mt_count 1102 drivers/ide/ide-tape.c mt_count - count); mt_count 1254 drivers/ide/ide-tape.c static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count) mt_count 1262 drivers/ide/ide-tape.c mt_op, mt_count); mt_count 1269 drivers/ide/ide-tape.c if (!mt_count) mt_count 1271 drivers/ide/ide-tape.c return idetape_space_over_filemarks(drive, mt_op, mt_count); mt_count 1281 drivers/ide/ide-tape.c for (i = 0; i < mt_count; i++) { mt_count 1326 drivers/ide/ide-tape.c if (mt_count) { mt_count 1327 drivers/ide/ide-tape.c if (mt_count < tape->blk_size || mt_count 1328 drivers/ide/ide-tape.c mt_count % tape->blk_size) mt_count 1330 drivers/ide/ide-tape.c tape->user_bs_factor = mt_count / tape->blk_size; mt_count 1340 drivers/ide/ide-tape.c mt_count * tape->user_bs_factor, tape->partition, 0); mt_count 1343 drivers/ide/ide-tape.c return idetape_position_tape(drive, 0, mt_count, 0); mt_count 1398 drivers/ide/ide-tape.c return idetape_mtioctop(drive, mtop.mt_op, mtop.mt_count); mt_count 1067 drivers/s390/char/tape_34xx.c tape_34xx_mttell(struct tape_device *device, int mt_count) mt_count 1087 drivers/s390/char/tape_34xx.c tape_34xx_mtseek(struct tape_device *device, int mt_count) mt_count 1092 drivers/s390/char/tape_34xx.c if (mt_count > 0x3fffff) { mt_count 1105 drivers/s390/char/tape_34xx.c bid->block = mt_count; mt_count 269 drivers/s390/char/tape_3590.c static int tape_3590_mttell(struct tape_device *device, int mt_count); mt_count 521 drivers/s390/char/tape_3590.c tape_3590_mttell(struct tape_device *device, int mt_count) mt_count 353 drivers/s390/char/tape_char.c if (op.mt_count < 0) mt_count 377 drivers/s390/char/tape_char.c rc = tape_mtop(device, op.mt_op, op.mt_count); mt_count 380 drivers/s390/char/tape_char.c if (op.mt_count > device->required_tapemarks) mt_count 383 drivers/s390/char/tape_char.c device->required_tapemarks -= op.mt_count; mt_count 1290 drivers/s390/char/tape_core.c tape_mtop(struct tape_device *device, int mt_op, int mt_count) mt_count 1297 drivers/s390/char/tape_core.c DBF_EVENT(6, "TAPE:arg: %x\n", mt_count); mt_count 1309 drivers/s390/char/tape_core.c for (; mt_count > 500; mt_count -= 500) mt_count 1313 drivers/s390/char/tape_core.c rc = fn(device, mt_count); mt_count 1315 drivers/s390/char/tape_core.c rc = fn(device, mt_count); mt_count 267 drivers/s390/char/tape_std.c tape_std_mtfsf(struct tape_device *device, int mt_count) mt_count 272 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 279 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); mt_count 291 drivers/s390/char/tape_std.c tape_std_mtfsr(struct tape_device *device, int mt_count) mt_count 297 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 304 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); mt_count 323 drivers/s390/char/tape_std.c tape_std_mtbsr(struct tape_device *device, int mt_count) mt_count 329 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 336 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); mt_count 354 drivers/s390/char/tape_std.c tape_std_mtweof(struct tape_device *device, int mt_count) mt_count 359 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 366 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); mt_count 379 drivers/s390/char/tape_std.c tape_std_mtbsfm(struct tape_device *device, int mt_count) mt_count 384 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 391 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); mt_count 403 drivers/s390/char/tape_std.c tape_std_mtbsf(struct tape_device *device, int mt_count) mt_count 409 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 416 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); mt_count 434 drivers/s390/char/tape_std.c tape_std_mtfsfm(struct tape_device *device, int mt_count) mt_count 440 drivers/s390/char/tape_std.c request = tape_alloc_request(mt_count + 2, 0); mt_count 447 drivers/s390/char/tape_std.c ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); mt_count 464 drivers/s390/char/tape_std.c tape_std_mtrew(struct tape_device *device, int mt_count) mt_count 487 drivers/s390/char/tape_std.c tape_std_mtoffl(struct tape_device *device, int mt_count) mt_count 508 drivers/s390/char/tape_std.c tape_std_mtnop(struct tape_device *device, int mt_count) mt_count 529 drivers/s390/char/tape_std.c tape_std_mteom(struct tape_device *device, int mt_count) mt_count 559 drivers/s390/char/tape_std.c tape_std_mtreten(struct tape_device *device, int mt_count) mt_count 582 drivers/s390/char/tape_std.c tape_std_mterase(struct tape_device *device, int mt_count) mt_count 606 drivers/s390/char/tape_std.c tape_std_mtunload(struct tape_device *device, int mt_count) mt_count 608 drivers/s390/char/tape_std.c return tape_mtop(device, MTOFFL, mt_count); mt_count 616 drivers/s390/char/tape_std.c tape_std_mtcompression(struct tape_device *device, int mt_count) mt_count 620 drivers/s390/char/tape_std.c if (mt_count < 0 || mt_count > 1) { mt_count 629 drivers/s390/char/tape_std.c if (mt_count == 0) mt_count 3562 drivers/scsi/st.c (mtc.mt_count & MT_ST_OPTIONS) == 0)) { mt_count 3572 drivers/scsi/st.c mtc.mt_count -= 1; mt_count 3576 drivers/scsi/st.c mtc.mt_count += 1; mt_count 3610 drivers/scsi/st.c mtc.mt_count++; mt_count 3643 drivers/scsi/st.c (mtc.mt_count & MT_ST_OPTIONS) != 0) { mt_count 3644 drivers/scsi/st.c retval = st_set_options(STp, mtc.mt_count); mt_count 3650 drivers/scsi/st.c mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) { mt_count 3654 drivers/scsi/st.c if (mtc.mt_count >= STp->nbr_partitions && mt_count 3659 drivers/scsi/st.c if (mtc.mt_count >= STp->nbr_partitions) { mt_count 3663 drivers/scsi/st.c STp->new_partition = mtc.mt_count; mt_count 3678 drivers/scsi/st.c i = partition_tape(STp, mtc.mt_count); mt_count 3689 drivers/scsi/st.c STp->nbr_partitions = mtc.mt_count != 0 ? 2 : 1; mt_count 3696 drivers/scsi/st.c i = set_location(STp, mtc.mt_count, STp->new_partition, 0); mt_count 3709 drivers/scsi/st.c retval = do_load_unload(STp, file, max(1, mtc.mt_count)); mt_count 3725 drivers/scsi/st.c retval = st_compression(STp, (mtc.mt_count & 1)); mt_count 3727 drivers/scsi/st.c retval = st_int_ioctl(STp, mtc.mt_op, mtc.mt_count); mt_count 22 include/uapi/linux/mtio.h int mt_count; /* how many of them */