• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/

Lines Matching defs:mt_count

279 tape_std_mtfsf(struct tape_device *device, int mt_count)
284 request = tape_alloc_request(mt_count + 2, 0);
291 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
303 tape_std_mtfsr(struct tape_device *device, int mt_count)
309 request = tape_alloc_request(mt_count + 2, 0);
316 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count);
335 tape_std_mtbsr(struct tape_device *device, int mt_count)
341 request = tape_alloc_request(mt_count + 2, 0);
348 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count);
366 tape_std_mtweof(struct tape_device *device, int mt_count)
371 request = tape_alloc_request(mt_count + 2, 0);
378 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count);
391 tape_std_mtbsfm(struct tape_device *device, int mt_count)
396 request = tape_alloc_request(mt_count + 2, 0);
403 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
415 tape_std_mtbsf(struct tape_device *device, int mt_count)
421 request = tape_alloc_request(mt_count + 2, 0);
428 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
446 tape_std_mtfsfm(struct tape_device *device, int mt_count)
452 request = tape_alloc_request(mt_count + 2, 0);
459 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
476 tape_std_mtrew(struct tape_device *device, int mt_count)
499 tape_std_mtoffl(struct tape_device *device, int mt_count)
520 tape_std_mtnop(struct tape_device *device, int mt_count)
541 tape_std_mteom(struct tape_device *device, int mt_count)
571 tape_std_mtreten(struct tape_device *device, int mt_count)
595 tape_std_mterase(struct tape_device *device, int mt_count)
619 tape_std_mtunload(struct tape_device *device, int mt_count)
621 return tape_mtop(device, MTOFFL, mt_count);
629 tape_std_mtcompression(struct tape_device *device, int mt_count)
633 if (mt_count < 0 || mt_count > 1) {
650 if (mt_count == 0)