tag | line | file | source code |
current_type | 337 | drivers/block/floppy.c | struct floppy_struct *current_type[N_DRIVE] = { |
current_type | 545 | drivers/block/floppy.c | current_type[drive] != NULL) |
current_type | 548 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 1750 | drivers/block/floppy.c | floppy = current_type[ DRIVE(device) ]; |
current_type | 1983 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 1993 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2705 | drivers/block/floppy.c | else if ((this_floppy = current_type[drive]) == |
current_type | 2753 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 2809 | drivers/block/floppy.c | current_type[drive] = &user_params[drive]; |
current_type | 3042 | drivers/block/floppy.c | (!TYPE(dev) && !current_type[drive])) |
current_type | 3053 | drivers/block/floppy.c | #define NO_GEOM (!current_type[drive] && !TYPE(dev)) |