Lines Matching refs:floppy_state
165 struct floppy_state { struct
212 struct floppy_state unit[FD_MAX_UNIT]; argument
424 static inline int swim_track(struct floppy_state *fs, int track) in swim_track()
441 static int floppy_eject(struct floppy_state *fs) in floppy_eject()
455 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector()
492 static blk_status_t floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
527 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq()
563 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
581 static void setup_medium(struct floppy_state *fs) in setup_medium()
611 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open()
673 struct floppy_state *fs = disk->private_data; in floppy_release()
690 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl()
716 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_getgeo()
734 struct floppy_state *fs = disk->private_data; in floppy_check_events()
762 struct floppy_state *fs = &swd->unit[swd->floppy_count]; in swim_add_floppy()