Home
last modified time | relevance | path

Searched refs:tape_ccw_repeat (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/s390/char/
Dtape_std.c279 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsf()
304 ccw = tape_ccw_repeat(ccw, FORSPACEBLOCK, mt_count); in tape_std_mtfsr()
336 ccw = tape_ccw_repeat(ccw, BACKSPACEBLOCK, mt_count); in tape_std_mtbsr()
366 ccw = tape_ccw_repeat(ccw, WRITETAPEMARK, mt_count); in tape_std_mtweof()
391 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsfm()
416 ccw = tape_ccw_repeat(ccw, BACKSPACEFILE, mt_count); in tape_std_mtbsf()
447 ccw = tape_ccw_repeat(ccw, FORSPACEFILE, mt_count); in tape_std_mtfsfm()
Dtape.h333 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat() function