Lines Matching refs:mt_count
272 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf() argument
277 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf()
284 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf()
296 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr() argument
302 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr()
309 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr()
328 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr() argument
334 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr()
341 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr()
359 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof() argument
364 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof()
371 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof()
384 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm() argument
389 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm()
396 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm()
408 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf() argument
414 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf()
421 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf()
439 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm() argument
445 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsfm()
452 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
469 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew() argument
492 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl() argument
513 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop() argument
534 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom() argument
564 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten() argument
587 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase() argument
611 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload() argument
613 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
621 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression() argument
625 if (mt_count < 0 || mt_count > 1) { in tape_std_mtcompression()
634 if (mt_count == 0) in tape_std_mtcompression()