Searched refs:tape_ccw_repeat (Results 1 – 2 of 2) sorted by relevance
/drivers/s390/char/ |
D | tape_std.c | 284 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf() 309 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr() 341 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr() 371 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof() 396 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm() 421 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf() 452 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
|
D | tape.h | 380 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat() function
|