Searched refs:mt_count (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/s390/char/
H A Dtape_std.c266 tape_std_mtfsf(struct tape_device *device, int mt_count) argument
271 request = tape_alloc_request(mt_count + 2, 0);
278 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
290 tape_std_mtfsr(struct tape_device *device, int mt_count) argument
296 request = tape_alloc_request(mt_count + 2, 0);
303 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count);
322 tape_std_mtbsr(struct tape_device *device, int mt_count) argument
328 request = tape_alloc_request(mt_count + 2, 0);
335 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count);
353 tape_std_mtweof(struct tape_device *device, int mt_count) argument
378 tape_std_mtbsfm(struct tape_device *device, int mt_count) argument
402 tape_std_mtbsf(struct tape_device *device, int mt_count) argument
433 tape_std_mtfsfm(struct tape_device *device, int mt_count) argument
463 tape_std_mtrew(struct tape_device *device, int mt_count) argument
486 tape_std_mtoffl(struct tape_device *device, int mt_count) argument
507 tape_std_mtnop(struct tape_device *device, int mt_count) argument
528 tape_std_mteom(struct tape_device *device, int mt_count) argument
558 tape_std_mtreten(struct tape_device *device, int mt_count) argument
581 tape_std_mterase(struct tape_device *device, int mt_count) argument
605 tape_std_mtunload(struct tape_device *device, int mt_count) argument
615 tape_std_mtcompression(struct tape_device *device, int mt_count) argument
[all...]
H A Dtape_char.c353 if (op.mt_count < 0)
375 rc = tape_mtop(device, op.mt_op, op.mt_count);
378 if (op.mt_count > device->required_tapemarks)
381 device->required_tapemarks -= op.mt_count;
H A Dtape_core.c1241 tape_mtop(struct tape_device *device, int mt_op, int mt_count) argument
1248 DBF_EVENT(6, "TAPE:arg: %x\n", mt_count);
1260 for (; mt_count > 500; mt_count -= 500)
1264 rc = fn(device, mt_count);
1266 rc = fn(device, mt_count);
H A Dtape_34xx.c1067 tape_34xx_mttell(struct tape_device *device, int mt_count) argument
1087 tape_34xx_mtseek(struct tape_device *device, int mt_count) argument
1092 if (mt_count > 0x3fffff) {
1105 bid->block = mt_count;
H A Dtape_3590.c269 static int tape_3590_mttell(struct tape_device *device, int mt_count);
521 tape_3590_mttell(struct tape_device *device, int mt_count) argument
/linux-master/include/uapi/linux/
H A Dmtio.h22 int mt_count; /* how many of them */ member in struct:mtop
/linux-master/drivers/scsi/
H A Dst.c3576 (mtc.mt_count & MT_ST_OPTIONS) == 0)) {
3586 mtc.mt_count -= 1;
3590 mtc.mt_count += 1;
3624 mtc.mt_count++;
3657 (mtc.mt_count & MT_ST_OPTIONS) != 0) {
3658 retval = st_set_options(STp, mtc.mt_count);
3664 mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) {
3668 if (mtc.mt_count >= STp->nbr_partitions &&
3673 if (mtc.mt_count >
[all...]

Completed in 228 milliseconds