Lines Matching refs:mt_count

266 tape_std_mtfsf(struct tape_device *device, int mt_count)
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)
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)
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)
358 request = tape_alloc_request(mt_count + 2, 0);
365 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count);
378 tape_std_mtbsfm(struct tape_device *device, int mt_count)
383 request = tape_alloc_request(mt_count + 2, 0);
390 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
402 tape_std_mtbsf(struct tape_device *device, int mt_count)
408 request = tape_alloc_request(mt_count + 2, 0);
415 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count);
433 tape_std_mtfsfm(struct tape_device *device, int mt_count)
439 request = tape_alloc_request(mt_count + 2, 0);
446 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count);
463 tape_std_mtrew(struct tape_device *device, int mt_count)
486 tape_std_mtoffl(struct tape_device *device, int mt_count)
507 tape_std_mtnop(struct tape_device *device, int mt_count)
528 tape_std_mteom(struct tape_device *device, int mt_count)
558 tape_std_mtreten(struct tape_device *device, int mt_count)
581 tape_std_mterase(struct tape_device *device, int mt_count)
605 tape_std_mtunload(struct tape_device *device, int mt_count)
607 return tape_mtop(device, MTOFFL, mt_count);
615 tape_std_mtcompression(struct tape_device *device, int mt_count)
619 if (mt_count < 0 || mt_count > 1) {
628 if (mt_count == 0)