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_state2476drivers/block/floppy.cif ( drive_state[i].fd_ref > 1 ){
drive_state2480drivers/block/floppy.c} else if ( drive_state[i].fd_ref ){
drive_state2651drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state2652drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state2667drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
drive_state2668drivers/block/floppy.cdrive_state[cnt].fd_ref)
drive_state2669drivers/block/floppy.ccheck_disk_change(drive_state[cnt].
drive_state2773drivers/block/floppy.creturn ! ( drive_state[ DRIVE(minor) ].flags & FD_DISK_WRITABLE );
drive_state2782drivers/block/floppy.cif ( drive_state[DRIVE(inode->i_rdev)].track == PROVEN_ABSENT ) \