Lines Matching refs:position
1113 int position; in idetape_read_position() local
1120 position = tape->first_frame; in idetape_read_position()
1121 return position; in idetape_read_position()
1183 int seek, position; in ide_tape_discard_merge_buffer() local
1187 position = idetape_read_position(drive); in ide_tape_discard_merge_buffer()
1188 seek = position > 0 ? position : 0; in ide_tape_discard_merge_buffer()
1839 int block_offset = 0, position = tape->first_frame; in idetape_chrdev_ioctl() local
1851 position = idetape_read_position(drive); in idetape_chrdev_ioctl()
1852 if (position < 0) in idetape_chrdev_ioctl()
1863 mtget.mt_blkno = position / tape->user_bs_factor - block_offset; in idetape_chrdev_ioctl()
1875 mtpos.mt_blkno = position / tape->user_bs_factor - block_offset; in idetape_chrdev_ioctl()