Home
last modified time | relevance | path

Searched refs:zft_skip_volumes (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.h163 extern int zft_skip_volumes (int count, zft_position *pos);
Dzftape-ctl.c234 result = zft_skip_volumes(*arg, &zft_pos); in mt_fsf()
245 result = zft_skip_volumes(-*arg + 1, &zft_pos); in mt_bsf()
419 TRACE_CATCH(zft_skip_volumes(arg < 0 ? arg : arg-1, pos), in fsfbsfm()
Dzftape-vtbl.c550 int zft_skip_volumes(int count, zft_position *pos) in zft_skip_volumes() function