Lines Matching refs:ide_tape_obj
141 typedef struct ide_tape_obj { struct
230 static struct ide_tape_obj *idetape_devs[MAX_HWIFS * MAX_DRIVES]; argument
232 static struct ide_tape_obj *ide_tape_get(struct gendisk *disk, bool cdev, in ide_tape_get()
235 struct ide_tape_obj *tape = NULL; in ide_tape_get()
242 tape = ide_drv_g(disk, ide_tape_obj); in ide_tape_get()
255 static void ide_tape_put(struct ide_tape_obj *tape) in ide_tape_put()
714 struct ide_tape_obj *tape = drive->driver_data; in idetape_flush_tape_buffers()
1012 struct ide_tape_obj *tape = drive->driver_data; in idetape_rewind_tape()
1133 struct ide_tape_obj *tape = file->private_data; in idetape_chrdev_read()
1188 struct ide_tape_obj *tape = file->private_data; in idetape_chrdev_write()
1230 struct ide_tape_obj *tape = drive->driver_data; in idetape_write_filemark()
1374 struct ide_tape_obj *tape = file->private_data; in do_idetape_chrdev_ioctl()
1581 struct ide_tape_obj *tape = filp->private_data; in idetape_chrdev_release()
1834 struct ide_tape_obj *tape = to_ide_drv(dev, ide_tape_obj); in ide_tape_release()
1911 struct ide_tape_obj *tape; in idetape_open()
1925 struct ide_tape_obj *tape = ide_drv_g(disk, ide_tape_obj); in idetape_release()
1935 struct ide_tape_obj *tape = ide_drv_g(bdev->bd_disk, ide_tape_obj); in idetape_ioctl()