Lines Matching defs:position
169 /* Read position information */
829 int seek, position;
833 position = ide_tape_read_position(drive);
834 seek = position > 0 ? position : 0;
1379 int block_offset = 0, position = tape->first_frame;
1391 position = ide_tape_read_position(drive);
1392 if (position < 0)
1403 mtget.mt_blkno = position / tape->user_bs_factor - block_offset;
1413 mtpos.mt_blkno = position / tape->user_bs_factor - block_offset;