Lines Matching defs:amiga_floppy_struct
190 struct amiga_floppy_struct { struct
191 struct fd_drive_type *type; /* type of floppy for this unit */
192 struct fd_data_type *dtype; /* type of floppy for this unit */
193 int track; /* current track (-1 == unknown) */
194 unsigned char *trackbuf; /* current track (kmaloc()'d */
196 int blocks; /* total # blocks on disk */
198 int changed; /* true when not known */
199 int disk; /* disk in drive (-1 == unknown) */
200 int motor; /* true when motor is at speed */
201 int busy; /* true when drive is active */
202 int dirty; /* true when trackbuf is not on disk */
203 int status; /* current error code for unit */
204 struct gendisk *gendisk[2];
205 struct blk_mq_tag_set tag_set;