Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c905 __s64 max_tape_pos; in mtiocget() local
930 max_tape_pos = zft_capacity - zft_blk_sz; in mtiocget()
932 max_tape_pos -= ZFT_CMPR_OVERHEAD; in mtiocget()
937 if (zft_pos.tape_pos > max_tape_pos) { in mtiocget()