Lines Matching refs:mt_count
267 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf() argument
272 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf()
279 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf()
291 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr() argument
297 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr()
304 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr()
323 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr() argument
329 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr()
336 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr()
354 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof() argument
359 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof()
366 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof()
379 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm() argument
384 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm()
391 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm()
403 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf() argument
409 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf()
416 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf()
434 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm() argument
440 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsfm()
447 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
464 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew() argument
487 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl() argument
508 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop() argument
529 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom() argument
559 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten() argument
582 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase() argument
606 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload() argument
608 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
616 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression() argument
620 if (mt_count < 0 || mt_count > 1) { in tape_std_mtcompression()
629 if (mt_count == 0) in tape_std_mtcompression()