Searched refs:tape_ccw_repeat (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/s390/char/ |
H A D | tape_std.c | 280 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf() 305 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr() 337 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr() 367 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof() 392 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm() 417 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf() 448 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
|
H A D | tape.h | 337 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat() function
|