Searched defs:mt_count (Results 1 - 6 of 6) sorted by relevance

/drivers/s390/char/
H A Dtape_std.c272 tape_std_mtfsf(struct tape_device *device, int mt_count) argument
277 request = tape_alloc_request(mt_count + 2, 0);
284 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
296 tape_std_mtfsr(struct tape_device *device, int mt_count) argument
302 request = tape_alloc_request(mt_count + 2, 0);
309 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count);
328 tape_std_mtbsr(struct tape_device *device, int mt_count) argument
334 request = tape_alloc_request(mt_count + 2, 0);
341 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count);
359 tape_std_mtweof(struct tape_device *device, int mt_count) argument
384 tape_std_mtbsfm(struct tape_device *device, int mt_count) argument
408 tape_std_mtbsf(struct tape_device *device, int mt_count) argument
439 tape_std_mtfsfm(struct tape_device *device, int mt_count) argument
469 tape_std_mtrew(struct tape_device *device, int mt_count) argument
492 tape_std_mtoffl(struct tape_device *device, int mt_count) argument
513 tape_std_mtnop(struct tape_device *device, int mt_count) argument
534 tape_std_mteom(struct tape_device *device, int mt_count) argument
564 tape_std_mtreten(struct tape_device *device, int mt_count) argument
587 tape_std_mterase(struct tape_device *device, int mt_count) argument
611 tape_std_mtunload(struct tape_device *device, int mt_count) argument
621 tape_std_mtcompression(struct tape_device *device, int mt_count) argument
[all...]
H A Dtape_34xx.c1068 tape_34xx_mttell(struct tape_device *device, int mt_count) argument
1088 tape_34xx_mtseek(struct tape_device *device, int mt_count) argument
1093 if (mt_count > 0x3fffff) {
1106 bid->block = mt_count;
H A Dtape_3590.c268 static int tape_3590_mttell(struct tape_device *device, int mt_count);
525 tape_3590_mttell(struct tape_device *device, int mt_count) argument
H A Dtape_core.c1292 tape_mtop(struct tape_device *device, int mt_op, int mt_count) argument
1299 DBF_EVENT(6, "TAPE:arg: %x\n", mt_count);
1311 for (; mt_count > 500; mt_count -= 500)
1315 rc = fn(device, mt_count);
1317 rc = fn(device, mt_count);
/drivers/ide/
H A Dide-tape.c1062 int mt_count)
1071 ide_debug_log(IDE_DBG_FUNC, "mt_op: %d, mt_count: %d", mt_op, mt_count);
1073 if (mt_count == 0)
1078 mt_count = -mt_count;
1092 idetape_create_space_cmd(&pc, mt_count - count,
1100 mt_count - count);
1252 static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count) argument
1259 ide_debug_log(IDE_DBG_FUNC, "MTIOCTOP ioctl: mt_op: %d, mt_count
1061 idetape_space_over_filemarks(ide_drive_t *drive, short mt_op, int mt_count) argument
[all...]
/drivers/scsi/
H A Dosst.c1850 int mt_op, int mt_count)
1857 printk(OSST_DEB_MSG "%s:D: Reached space_over_filemarks_backwards %d %d\n", name, mt_op, mt_count);
1872 (cnt - mt_count) >= 0 &&
1873 (cnt - mt_count) < OS_FM_TAB_MAX &&
1874 (cnt - mt_count) < STp->filemark_cnt &&
1877 last_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt - mt_count]);
1879 if (STp->header_cache == NULL || (cnt - mt_count) < 0 || (cnt - mt_count) >= OS_FM_TAB_MAX)
1888 mt_count, last_mark_ppos);
1911 while (cnt != mt_count) {
1847 osst_space_over_filemarks_backward(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
1946 osst_space_over_filemarks_forward_slow(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
2000 osst_space_over_filemarks_forward_fast(struct osst_tape * STp, struct osst_request ** aSRpnt, int mt_op, int mt_count) argument
[all...]

Completed in 84 milliseconds