• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/

Lines Matching refs:mt_count

272 tape_std_mtfsf(struct tape_device *device, int mt_count)
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)
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)
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)
364 request = tape_alloc_request(mt_count + 2, 0);
371 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count);
384 tape_std_mtbsfm(struct tape_device *device, int mt_count)
389 request = tape_alloc_request(mt_count + 2, 0);
396 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
408 tape_std_mtbsf(struct tape_device *device, int mt_count)
414 request = tape_alloc_request(mt_count + 2, 0);
421 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
439 tape_std_mtfsfm(struct tape_device *device, int mt_count)
445 request = tape_alloc_request(mt_count + 2, 0);
452 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
469 tape_std_mtrew(struct tape_device *device, int mt_count)
492 tape_std_mtoffl(struct tape_device *device, int mt_count)
513 tape_std_mtnop(struct tape_device *device, int mt_count)
534 tape_std_mteom(struct tape_device *device, int mt_count)
564 tape_std_mtreten(struct tape_device *device, int mt_count)
588 tape_std_mterase(struct tape_device *device, int mt_count)
612 tape_std_mtunload(struct tape_device *device, int mt_count)
614 return tape_mtop(device, MTOFFL, mt_count);
622 tape_std_mtcompression(struct tape_device *device, int mt_count)
626 if (mt_count < 0 || mt_count > 1) {
635 if (mt_count == 0)