taglinefilesource code
drive_state161drivers/block/floppy.c#define DRS (&drive_state[current_drive])
drive_state166drivers/block/floppy.c#define UDRS (&drive_state[drive])
drive_state283drivers/block/floppy.cstatic struct floppy_drive_struct volatile drive_state[N_DRIVE];
drive_state666drivers/block/floppy.cdelta = jiffies - drive_state[nr].first_read_date + HZ -
drive_state2478drivers/block/floppy.cif ( drive_state[i].fd_ref > 1 ){
drive_state2482drivers/block/floppy.c} else if ( drive_state[i].fd_ref ){
drive_state2653drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state2654drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state2669drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state2670drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state2671drivers/block/floppy.ccheck_disk_change(drive_state[cnt].
drive_state2775drivers/block/floppy.creturn ! ( drive_state[ DRIVE(minor) ].flags & FD_DISK_WRITABLE );
drive_state2784drivers/block/floppy.cif ( drive_state[DRIVE(inode->i_rdev)].track == PROVEN_ABSENT ) \