Lines Matching refs:mt_count

266 tape_std_mtfsf(struct tape_device *device, int mt_count)  in tape_std_mtfsf()  argument
271 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsf()
278 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf()
290 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr() argument
296 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsr()
303 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr()
322 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr() argument
328 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsr()
335 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr()
353 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof() argument
358 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtweof()
365 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof()
378 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm() argument
383 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsfm()
390 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm()
402 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf() argument
408 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtbsf()
415 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf()
433 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm() argument
439 request = tape_alloc_request(mt_count + 2, 0); in tape_std_mtfsfm()
446 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
463 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew() argument
486 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl() argument
507 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop() argument
528 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom() argument
558 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten() argument
581 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase() argument
605 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload() argument
607 return tape_mtop(device, MTOFFL, mt_count); in tape_std_mtunload()
615 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression() argument
619 if (mt_count < 0 || mt_count > 1) { in tape_std_mtcompression()
628 if (mt_count == 0) in tape_std_mtcompression()