tag | line | file | source code |
current_type | 348 | drivers/block/floppy.c | struct floppy_struct *current_type[N_DRIVE] = { |
current_type | 553 | drivers/block/floppy.c | current_type[drive] != NULL) |
current_type | 556 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 1801 | drivers/block/floppy.c | floppy = current_type[ DRIVE(device) ]; |
current_type | 2034 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2044 | drivers/block/floppy.c | current_type[current_drive] = floppy; |
current_type | 2771 | drivers/block/floppy.c | else if ((this_floppy = current_type[drive]) == |
current_type | 2819 | drivers/block/floppy.c | current_type[drive] = NULL; |
current_type | 2873 | drivers/block/floppy.c | current_type[drive] = &user_params[drive]; |
current_type | 3114 | drivers/block/floppy.c | (!TYPE(dev) && !current_type[drive])) |
current_type | 3125 | drivers/block/floppy.c | #define NO_GEOM (!current_type[drive] && !TYPE(dev)) |