tag | line | file | source code |
current_type | 418 | drivers/block/floppy.c | struct floppy_struct *current_type[N_DRIVE] = { |
current_type | 682 | drivers/block/floppy.c | current_type[drive] != NULL) |
current_type | 685 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 1977 | drivers/block/floppy.c | floppy = current_type[ DRIVE(device) ]; |
current_type | 2210 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2220 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2951 | drivers/block/floppy.c | else if ((this_floppy = current_type[drive]) == |
current_type | 2999 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 3054 | drivers/block/floppy.c | current_type[drive] = &user_params[drive]; |
current_type | 3325 | drivers/block/floppy.c | (!TYPE(dev) && !current_type[drive])) |
current_type | 3336 | drivers/block/floppy.c | #define NO_GEOM (!current_type[drive] && !TYPE(dev)) |