Searched defs:tape_device (Results 1 – 1 of 1) sorted by relevance
175 struct tape_device { struct177 struct list_head node;179 int cdev_id;180 struct ccw_device * cdev;181 struct tape_class_device * nt;182 struct tape_class_device * rt;185 struct mutex mutex;188 struct tape_discipline * discipline;191 long tape_generic_status;194 wait_queue_head_t state_change_wq;[all …]